You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
To be able to compare to Quantum's performance in Firefox 57 to current release + Nightly, we should add a Firefox 57 (starting with desktop) run, alongside our current ones.
We (WebPagetest, wptagent, and webpagetest-api) don't yet have browser versioning set up, but I know Browsertime/sitespeed.io has latest/latest-n versioning set up via Docker:
firefox_custom_ver_path = '/usr/lib/firefox-${custom_ver}/firefox-${custom_ver}]'
if 'Firefox' not in browsers and os.path.isfile(firefox_custom_ver_path):
browsers['Firefox'] = {'exe': firefox_custom_ver_path, 'type': 'Firefox'}
'log_level': 5}
[0] re: ${custom_ver} - used for illustration; needs properly formatted Python 3 strings.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To be able to compare to Quantum's performance in Firefox 57 to current release + Nightly, we should add a Firefox 57 (starting with desktop) run, alongside our current ones.
We (WebPagetest, wptagent, and webpagetest-api) don't yet have browser versioning set up, but I know Browsertime/sitespeed.io has latest/latest-n versioning set up via Docker:
https://www.sitespeed.io/documentation/sitespeed.io/browsers/
Docker "base" image for the browsers: https://hub.docker.com/r/sitespeedio/webbrowsers/dockerfile
Dockerfile for above Docker image/container: https://github.com/sitespeedio/docker-browsers/blob/d250e26747f1b72e08d1ddb07694f2ab603624a8/Dockerfile#L7
The text was updated successfully, but these errors were encountered: