Add a custom browsertime test for the grandprix benchmark
Categories
(Testing :: Raptor, task, P1)
Tracking
(firefox110 fixed)
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(2 files)
This bug is for adding a test which will run this script and gather the results: https://paste.mozilla.org/bPh5AAcr#L1,7,12,14,65
Assignee | ||
Comment 1•3 years ago
|
||
This patch adds a test that triggers a benchmark test on the Grandprix website (live). The patch also adds the CI tasks for this test to firefox, chrome, and chromium. The firefox tasks run on autoland, and mozilla-central. Some new code is added to flatten a custom data type if requested. This allows us to easily comb large datasets and organize them into our replicates as long as the key paths match. We remove the "iterations", and "tests" strings as they are unnecessary for unique pathing and we do this with a new test field called subtest_metric_filters
. The test_summary
field lets you turn the flattening on and off since some tests don't need this.
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
This patch adds the safari browser to the list of available browsers for the grandprix custom benchmark test.
Comment 4•3 years ago
|
||
Thanks for the quick patch, sparky! Will this cover all the subtests in CI separately? I don't think we care too much of the overall score here since it's a total sum instead of a geomean.
Assignee | ||
Comment 5•3 years ago
|
||
No problem, and yes I believe so if I understand your question correctly, here's a sample test run with it so you can see the data that is being produced from the test: https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=7c7d9b7b2f28496d7c4d4c33540bdd69b083c25b&selectedTaskRun=Va1j3LO8S3KcRc89iYEo5w.0
Assignee | ||
Comment 7•3 years ago
|
||
Here's a try run with safari: https://treeherder.mozilla.org/jobs?repo=try&tier=1%2C2%2C3&revision=2d12798469a15d140ad164b8248aaf0a7f748dc9
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a2c2599c0a30
https://hg.mozilla.org/mozilla-central/rev/d8232e0f3d92
Updated•2 years ago
|
Updated•2 years ago
|
Description
•