Bug 1959123 - Updated browsertime dependencies to 24.8.2 a=NPOTB DONTBUILD
Updated the browsertime dependencies to version 24.8.2 and disabled perfstats for twitch-animation tests on the macOS 14.70 Shippable platform as a temporary fix for the perfstat failures that will be resolved in Bug 1972620. The usb-power-profiling package was also updated to 1.6.0 to avoid issues during symbolication when running the profiler. Previous browsertime dependency update to version 24.8.1 was failing on the firefox-constant-regression test.
This commit is contained in:
committed by
rvandermeulen@mozilla.com
parent
cadccb2f8c
commit
4991629557
@@ -5552,11 +5552,11 @@ Standard benchmarks are third-party tests (i.e. Speedometer) that we have integr
|
||||
* **expected**: pass
|
||||
* **expose browser profiler**: true
|
||||
* **gecko profile interval**: 1
|
||||
* **link searchfox**: `<https://searchfox.org/mozilla-central/source/testing/raptor/raptor/tests/benchmarks/twitch-animation.toml#17>`__
|
||||
* **link searchfox**: `<https://searchfox.org/mozilla-central/source/testing/raptor/raptor/tests/benchmarks/twitch-animation.toml#15>`__
|
||||
* **lower is better**: true
|
||||
* **page cycles**: 1
|
||||
* **page timeout**: 2000000
|
||||
* **perfstats**: true
|
||||
* **perfstats**: false
|
||||
* **repository**: https://github.com/mozilla/perf-automation
|
||||
* **repository path**: benchmarks/twitch-animation
|
||||
* **repository revision**: 61332db584026b73e37066d717a162825408c36b
|
||||
|
||||
@@ -12,7 +12,8 @@ subtest_unit = "ms"
|
||||
test_url = "http://<host>:<port>/index.html"
|
||||
type = "benchmark"
|
||||
unit = "ms"
|
||||
perfstats = true
|
||||
# Bug 1972620 Perfstats failing for twitch-animation on macOS after updating browsertime
|
||||
perfstats = false
|
||||
|
||||
["twitch-animation"]
|
||||
repository = "https://github.com/mozilla/perf-automation"
|
||||
|
||||
4369
tools/browsertime/package-lock.json
generated
4369
tools/browsertime/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,8 +6,9 @@
|
||||
"package.json": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browsertime": "https://github.com/sitespeedio/browsertime/tarball/465f1de3de9b4e59b8ad076ce9317c829de35af3",
|
||||
"jimp": "0.22.12"
|
||||
"browsertime": "https://github.com/sitespeedio/browsertime/tarball/f58e4ff08c4b0c5b3da60aa4fb53fa227af3b9ac",
|
||||
"jimp": "0.22.12",
|
||||
"usb-power-profiling": "1.6.0"
|
||||
},
|
||||
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
||||
"private": true
|
||||
|
||||
Reference in New Issue
Block a user