Bug 1596182 - Add raptor-webaudio to the pgo profile run. r=firefox-build-system-reviewers,rstewart

Differential Revision: https://phabricator.services.mozilla.com/D58003

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2020-01-02 19:49:14 +00:00
Родитель bc8b6c3f8d
Коммит c032dfee0f
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -70,6 +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",
];
var defaultInterval = 2000;
var idx = 0;

Просмотреть файл

@ -122,6 +122,7 @@ if __name__ == '__main__':
# We disable sandboxing to make writing profiling data actually work
# Bug 1553850 considers fixing this.
env["MOZ_DISABLE_CONTENT_SANDBOX"] = "1"
env["MOZ_DISABLE_RDD_SANDBOX"] = "1"
# Ensure different pids write to different files
env["LLVM_PROFILE_FILE"] = "default_%p_random_%m.profraw"