Backed out changeset 2052e35c9932 (bug 1638365) for performance regressions as requested by alexandrui on irc. CLOSED TREE

This commit is contained in:
Brindusan Cristian 2020-11-12 14:31:20 +02:00
parent a37b0a6ac4
commit 0f710bf462
5 changed files with 874 additions and 93 deletions

View file

@ -36,7 +36,6 @@ job-defaults:
- raptor/linux_config.py
extra-options:
- --browsertime
- --browsertime-no-ffwindowrecorder
fission-run-on-projects: []
browsertime-tp6:

View file

@ -226,8 +226,6 @@ class Browsertime(Perftest):
"--skipHar",
"--pageLoadStrategy",
"none",
"--webdriverPageload",
"true",
"--firefox.disableBrowsertimeExtension",
"true",
"--pageCompleteCheckStartWait",
@ -269,8 +267,6 @@ class Browsertime(Perftest):
[
"--firefox.windowRecorder",
"false",
"--xvfbParams.display",
"0",
]
)
LOG.info(

View file

@ -34,6 +34,8 @@ class BrowsertimeDesktop(PerftestDesktop, Browsertime):
"chrome",
"--chrome.binaryPath",
binary_path,
"--xvfbParams.display",
"0",
]
return args_list + [
"--browser",

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,7 @@
"license": "MPL-2.0",
"dependencies": {},
"devDependencies": {
"browsertime": "https://github.com/sitespeedio/browsertime/tarball/b7bbea554d6fe5b6db452162b75d61d8821ba905"
"browsertime": "https://github.com/sitespeedio/browsertime/tarball/8bf45e80ccc65237c622246b11c0739f0409e8e4"
},
"notes(private)": "We don't want to publish to npm, so this is marked as private",
"private": true