Skip to content

Commit

Permalink
Bug 1872259. Update Speedometer 3 repo to 208e1abee2916fe4404c4ac561d…
Browse files Browse the repository at this point in the history
…80ee92dfee059 r=perftest-reviewers,aglavic

This includes the `Avoid setTimeout in waitOnElement` change. I'd like to land that
separately from ComplexDOM change so we separate out the effect of each change.

Differential Revision: https://phabricator.services.mozilla.com/D197381
  • Loading branch information
jrmuizel committed Dec 29, 2023
1 parent 315aa45 commit 3ca55cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions testing/perfdocs/generated/raptor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3996,7 +3996,7 @@ Standard benchmarks are third-party tests (i.e. Speedometer) that we have integr
* **page cycles**: 5
* **page timeout**: 600000
* **repository**: https://github.com/WebKit/Speedometer
* **repository revision**: abea7b89b97028d61e8f0536cd92bba4fe5fc17a
* **repository revision**: 208e1abee2916fe4404c4ac561d80ee92dfee059
* **subtest lower is better**: true
* **subtest unit**: ms
* **support class**: speedometer3.py
Expand Down Expand Up @@ -4326,7 +4326,7 @@ Standard benchmarks are third-party tests (i.e. Speedometer) that we have integr
* **page cycles**: 5
* **page timeout**: 420000
* **repository**: https://github.com/WebKit/Speedometer
* **repository revision**: abea7b89b97028d61e8f0536cd92bba4fe5fc17a
* **repository revision**: 208e1abee2916fe4404c4ac561d80ee92dfee059
* **subtest lower is better**: true
* **subtest unit**: ms
* **support class**: speedometer3.py
Expand Down
2 changes: 1 addition & 1 deletion testing/raptor/browsertime/speedometer3.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = async function (context, commands) {
await commands.measure.start(url);

await commands.js.runAndWait(`
this.benchmarkClient.startBenchmark()
this.benchmarkClient.start()
`);

let data_exists = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ browser_cycles = 5
owner = Performance Team
cold = true
repository = https://github.com/WebKit/Speedometer
repository_revision = abea7b89b97028d61e8f0536cd92bba4fe5fc17a
repository_revision = 208e1abee2916fe4404c4ac561d80ee92dfee059
host_from_parent = false
support_class = speedometer3.py
test_script = speedometer3.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ browser_cycles = 5
owner = Performance Team
cold = true
repository = https://github.com/WebKit/Speedometer
repository_revision = abea7b89b97028d61e8f0536cd92bba4fe5fc17a
repository_revision = 208e1abee2916fe4404c4ac561d80ee92dfee059
host_from_parent = false
support_class = speedometer3.py
test_script = speedometer3.js
Expand Down

0 comments on commit 3ca55cd

Please sign in to comment.