Closed
Bug 2030456
Opened 4 months ago
Closed 3 months ago
Add Benchmarking Flags
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Depends on 1 open bug)
Details
Attachments
(3 files)
It's way too easy to accidentally measure something incorrectly with the JS shell
We should add benchmarking flags to make this as reliable and robust as possible.
| Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•4 months ago
|
||
| Assignee | ||
Comment 3•4 months ago
|
||
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b7353698da83
https://hg.mozilla.org/integration/autoland/rev/634843cc2449
Add Benchmarking Modes to the JS Shell r=jandem
https://github.com/mozilla-firefox/firefox/commit/763f43dd2fd3
https://hg.mozilla.org/integration/autoland/rev/38b12b1da4c8
Test Benchmarking Modes for the JS Shell r=jandem
https://github.com/mozilla-firefox/firefox/commit/b4b8e1b82a05
https://hg.mozilla.org/integration/autoland/rev/acee17ca9512
Add WASM benchmarking rules r=rhunt
Pushed by smolnar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a9011737c62b
https://hg.mozilla.org/integration/autoland/rev/120ee800e4db
Revert "Bug 2030456 - Add WASM benchmarking rules r=rhunt" for causing build bustages
Comment 6•3 months ago
|
||
Backed out for causing build bustages
Backout link: https://hg.mozilla.org/integration/autoland/rev/120ee800e4db37cd500a3933030bf6d314dd2e59
Flags: needinfo?(mgaudet)
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/bbfa485f3fd0
https://hg.mozilla.org/integration/autoland/rev/81d01ae93ca0
Add Benchmarking Modes to the JS Shell r=jandem
https://github.com/mozilla-firefox/firefox/commit/1bd0095c67ce
https://hg.mozilla.org/integration/autoland/rev/fc42c6698c25
Test Benchmarking Modes for the JS Shell r=jandem
https://github.com/mozilla-firefox/firefox/commit/66d4e5500aaa
https://hg.mozilla.org/integration/autoland/rev/9a1f5f364786
Add WASM benchmarking rules r=rhunt
Pushed by smolnar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/25aecba26ff6
https://hg.mozilla.org/integration/autoland/rev/72a9ae448f33
Revert "Bug 2030456 - Add WASM benchmarking rules r=rhunt" for causing spider-monkey failures
Comment 9•3 months ago
|
||
Backed out for causing spider-monkey failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/72a9ae448f33ffd07dbfb1d20fa15497b8d167cd
Comment 10•3 months ago
|
||
Pushed by mgaudet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e4ee8f6df903
https://hg.mozilla.org/integration/autoland/rev/3204ed57d72b
Add Benchmarking Modes to the JS Shell r=jandem
https://github.com/mozilla-firefox/firefox/commit/8a122654eaf8
https://hg.mozilla.org/integration/autoland/rev/100768d0ffff
Test Benchmarking Modes for the JS Shell r=jandem
https://github.com/mozilla-firefox/firefox/commit/a61a472ef892
https://hg.mozilla.org/integration/autoland/rev/d798c4111a14
Add WASM benchmarking rules r=rhunt
| Assignee | ||
Updated•3 months ago
|
Flags: needinfo?(mgaudet)
Comment 11•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3204ed57d72b
https://hg.mozilla.org/mozilla-central/rev/100768d0ffff
https://hg.mozilla.org/mozilla-central/rev/d798c4111a14
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•