mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Bug 1701241 - Do not run wasm baseline and opt on chrome and chromium r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D110665
This commit is contained in:
parent
cd18ab48b1
commit
64f2140290
@ -155,22 +155,16 @@ browsertime-tp6-essential:
|
||||
browsertime-benchmark:
|
||||
description: "Raptor (browsertime) Benchmark tests "
|
||||
raptor-subtests:
|
||||
- [speedometer, sp]
|
||||
- ares6
|
||||
- [motionmark-animometer, mm-a]
|
||||
- [motionmark-htmlsuite, mm-h]
|
||||
- [stylebench, sb]
|
||||
- [webaudio, wa]
|
||||
- [wasm-godot, godot]
|
||||
- [wasm-godot-baseline, godot-b]
|
||||
- [wasm-godot-optimizing, godot-i]
|
||||
- [sunspider, ss]
|
||||
- [assorted-dom, dom]
|
||||
- [jetstream2, js2]
|
||||
- [motionmark-animometer, mm-a]
|
||||
- [motionmark-htmlsuite, mm-h]
|
||||
- [speedometer, sp]
|
||||
- [stylebench, sb]
|
||||
- [sunspider, ss]
|
||||
- [unity-webgl, ugl]
|
||||
- [wasm-misc, wm]
|
||||
- [wasm-misc-baseline, wm-b]
|
||||
- [wasm-misc-optimizing, wm-i]
|
||||
- [webaudio, wa]
|
||||
apps: [firefox, chrome, chromium]
|
||||
treeherder-symbol: Btime()
|
||||
tier:
|
||||
@ -235,6 +229,40 @@ browsertime-benchmark:
|
||||
- assorted-dom
|
||||
- jetstream2
|
||||
- unity-webgl
|
||||
|
||||
browsertime-benchmark-wasm:
|
||||
description: "Raptor (browsertime) WASM benchmarks"
|
||||
raptor-subtests:
|
||||
by-app:
|
||||
firefox:
|
||||
- [wasm-godot, godot]
|
||||
- [wasm-godot-baseline, godot-b]
|
||||
- [wasm-godot-optimizing, godot-i]
|
||||
- [wasm-misc, wm]
|
||||
- [wasm-misc-baseline, wm-b]
|
||||
- [wasm-misc-optimizing, wm-i]
|
||||
default:
|
||||
- [wasm-misc, wm]
|
||||
- [wasm-godot, godot]
|
||||
apps: [firefox, chrome, chromium]
|
||||
treeherder-symbol: Btime()
|
||||
tier: 2
|
||||
run-on-projects:
|
||||
by-variant:
|
||||
fission:
|
||||
by-test-platform:
|
||||
windows7.*: []
|
||||
default: [mozilla-central]
|
||||
default:
|
||||
by-test-platform:
|
||||
(linux|windows|macos)(?!.*shippable).*: []
|
||||
linux.*shippable.*: ["trunk", "mozilla-beta"]
|
||||
macos.*shippable.*: ["trunk", "mozilla-beta"]
|
||||
windows10.*shippable.*: ["trunk", "mozilla-beta"]
|
||||
default: []
|
||||
max-run-time: 900
|
||||
fetches:
|
||||
fetch:
|
||||
- wasm-misc
|
||||
|
||||
browsertime-tp6-live:
|
||||
|
@ -168,6 +168,7 @@ browsertime:
|
||||
- browsertime-tp6-live
|
||||
- browsertime-tp6-live-sheriffed
|
||||
- browsertime-benchmark
|
||||
- browsertime-benchmark-wasm
|
||||
- browsertime-tp6-profiling
|
||||
|
||||
# Raptor desktop power tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user