Temporarily disable extra profiler run on benchmarks
Categories
(Testing :: Performance, defect, P1)
Tracking
(firefox113 fixed)
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: kshampur, Assigned: kshampur)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Assignee | ||
Comment 1•2 years ago
|
||
:sparky wanted to clarify your comment
https://bugzilla.mozilla.org/show_bug.cgi?id=1809652#c21
you suggested decreasing proc_timeout
to 7 minutes, however depending on the bench mark it seems to usually be under 7 minutes anyway. Did you mean a different time out?
or if you did indeed mean proc_timeout, maybe we can use the (existing proc_timeout for that benchmark)/2 or something like that
Comment 2•2 years ago
|
||
I think we might want to rethink how we fix this given the issue from bug 1821783. This kind of comes back to what I said about the extra_profiler_run step not being built for benchmark tests. What we'll need to do here is re-implement the logic for benchmarks, and separate it from the pageload test logic for the extra run. You could also disable the extra-profiler-run in the benchmarks for now until we implement the proper methodology.
Assignee | ||
Comment 3•2 years ago
|
||
Thanks for clarifying. Good point
And I think I will go ahead and disable this temporarily
Assignee | ||
Comment 4•2 years ago
|
||
This patch temporarily removes the --extra-profiler-run
flag from the Browsertime Benchmark tests in CI.
Originally the logic was intended for pageload tests. Currently it is causing some issues (intermittent failures and useless profiles for benchmarks)
so in the mean time we can disable it before spending time on fixing the implementation.
Updated•2 years ago
|
Comment 6•2 years ago
|
||
bugherder |
Description
•