Bug 1630661 - Fix webaudio querystring to autostart for PGO r=padenot

One of the recent changes made it so that the test doesn't start on its own unless the URL has "raptor".

I've confirmed that this
- Does not swamp out the profdata file
- Does not regress displaylist-mutate
- Improves the webaudio score

Differential Revision: https://phabricator.services.mozilla.com/D71197
This commit is contained in:
David Major 2020-04-16 16:48:07 +00:00
parent aafa33aa8e
commit a6a4043334

View File

@ -70,7 +70,7 @@
"talos/tests/perf-reftest-singletons/tiny-traversal-singleton.html",
"talos/tests/perf-reftest-singletons/window-named-property-get.html",
"webkit/PerformanceTests/Speedometer/index.html",
"webkit/PerformanceTests/webaudio/index.html",
"webkit/PerformanceTests/webaudio/index.html?raptor&rendering-buffer-length=30",
];
var defaultInterval = 2000;
var idx = 0;