forked from mirrors/gecko-dev
Backed out changeset 2052e35c9932 (bug 1638365) for performance regressions as requested by alexandrui on irc. CLOSED TREE
This commit is contained in:
parent
a37b0a6ac4
commit
0f710bf462
5 changed files with 874 additions and 93 deletions
|
|
@ -36,7 +36,6 @@ job-defaults:
|
||||||
- raptor/linux_config.py
|
- raptor/linux_config.py
|
||||||
extra-options:
|
extra-options:
|
||||||
- --browsertime
|
- --browsertime
|
||||||
- --browsertime-no-ffwindowrecorder
|
|
||||||
fission-run-on-projects: []
|
fission-run-on-projects: []
|
||||||
|
|
||||||
browsertime-tp6:
|
browsertime-tp6:
|
||||||
|
|
|
||||||
|
|
@ -226,8 +226,6 @@ class Browsertime(Perftest):
|
||||||
"--skipHar",
|
"--skipHar",
|
||||||
"--pageLoadStrategy",
|
"--pageLoadStrategy",
|
||||||
"none",
|
"none",
|
||||||
"--webdriverPageload",
|
|
||||||
"true",
|
|
||||||
"--firefox.disableBrowsertimeExtension",
|
"--firefox.disableBrowsertimeExtension",
|
||||||
"true",
|
"true",
|
||||||
"--pageCompleteCheckStartWait",
|
"--pageCompleteCheckStartWait",
|
||||||
|
|
@ -269,8 +267,6 @@ class Browsertime(Perftest):
|
||||||
[
|
[
|
||||||
"--firefox.windowRecorder",
|
"--firefox.windowRecorder",
|
||||||
"false",
|
"false",
|
||||||
"--xvfbParams.display",
|
|
||||||
"0",
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
LOG.info(
|
LOG.info(
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@ class BrowsertimeDesktop(PerftestDesktop, Browsertime):
|
||||||
"chrome",
|
"chrome",
|
||||||
"--chrome.binaryPath",
|
"--chrome.binaryPath",
|
||||||
binary_path,
|
binary_path,
|
||||||
|
"--xvfbParams.display",
|
||||||
|
"0",
|
||||||
]
|
]
|
||||||
return args_list + [
|
return args_list + [
|
||||||
"--browser",
|
"--browser",
|
||||||
|
|
|
||||||
958
tools/browsertime/package-lock.json
generated
958
tools/browsertime/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -5,7 +5,7 @@
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"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",
|
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
||||||
"private": true
|
"private": true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue