2018-05-24 19:19:04 +03:00
|
|
|
job-defaults:
|
|
|
|
platform: linux64/opt
|
|
|
|
require-build: true
|
|
|
|
worker-type:
|
|
|
|
by-platform:
|
2018-10-23 10:53:34 +03:00
|
|
|
linux64.*: releng-hardware/gecko-t-linux-talos
|
2018-05-24 19:19:04 +03:00
|
|
|
worker:
|
|
|
|
by-platform:
|
|
|
|
linux64.*:
|
2018-05-29 23:01:04 +03:00
|
|
|
env:
|
2018-08-15 16:52:47 +03:00
|
|
|
by-shell:
|
|
|
|
sm:
|
|
|
|
SHELL: /bin/bash
|
|
|
|
JSSHELL: /home/cltbld/fetches/js
|
|
|
|
v8:
|
|
|
|
SHELL: /bin/bash
|
|
|
|
JSSHELL: /home/cltbld/fetches/d8/d8
|
2018-05-24 19:19:04 +03:00
|
|
|
max-run-time: 1800
|
|
|
|
treeherder:
|
|
|
|
kind: test
|
|
|
|
tier: 2
|
|
|
|
run:
|
2018-08-15 16:52:47 +03:00
|
|
|
using: run-task
|
2018-05-29 23:01:04 +03:00
|
|
|
workdir: /home/cltbld
|
2018-08-15 16:52:47 +03:00
|
|
|
command: >
|
|
|
|
cd $GECKO_PATH &&
|
|
|
|
./mach jsshell-bench --perfherder={shell} --binary=$JSSHELL {test}
|
2018-08-16 00:02:11 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-shell:
|
|
|
|
sm: ['mozilla-central', 'try', 'integration']
|
|
|
|
default: ['mozilla-central', 'try']
|
2018-07-26 20:13:39 +03:00
|
|
|
fetches:
|
|
|
|
build:
|
|
|
|
- target.jsshell.zip
|
2018-08-15 16:52:47 +03:00
|
|
|
fetch:
|
|
|
|
- d8
|
2018-05-24 19:19:04 +03:00
|
|
|
|
|
|
|
bench-ares6:
|
|
|
|
description: Ares6 JavaScript shell benchmark suite
|
2018-08-15 16:52:47 +03:00
|
|
|
shell: ['sm', 'v8']
|
|
|
|
test: ares6
|
2018-05-24 19:19:04 +03:00
|
|
|
treeherder:
|
2018-08-15 16:52:47 +03:00
|
|
|
symbol: ares6
|
2018-05-30 16:40:00 +03:00
|
|
|
|
|
|
|
bench-sixspeed:
|
|
|
|
description: Six-Speed JavaScript shell benchmark suite
|
2018-08-15 16:52:47 +03:00
|
|
|
shell: ['sm', 'v8']
|
|
|
|
test: six-speed
|
2018-05-30 16:40:00 +03:00
|
|
|
treeherder:
|
2018-08-15 16:52:47 +03:00
|
|
|
symbol: 6speed
|
2018-06-19 15:58:20 +03:00
|
|
|
|
2018-08-03 10:19:15 +03:00
|
|
|
bench-sunspider:
|
|
|
|
description: SunSpider JavaScript shell benchmark suite
|
2018-08-15 16:52:47 +03:00
|
|
|
shell: ['sm']
|
|
|
|
test: sunspider
|
2018-06-19 15:58:20 +03:00
|
|
|
treeherder:
|
2018-08-15 16:52:47 +03:00
|
|
|
symbol: sunspider
|
2018-08-13 10:29:07 +03:00
|
|
|
|
|
|
|
bench-web-tooling:
|
|
|
|
description: Web Tooling shell benchmark suite
|
2018-08-15 16:52:47 +03:00
|
|
|
shell: ['sm', 'v8']
|
|
|
|
test: web-tooling-benchmark
|
2018-08-13 10:29:07 +03:00
|
|
|
treeherder:
|
2018-08-15 16:52:47 +03:00
|
|
|
symbol: webtool
|
2018-08-13 10:29:07 +03:00
|
|
|
fetches:
|
|
|
|
fetch:
|
|
|
|
- web-tooling-benchmark
|
2018-09-08 14:00:16 +03:00
|
|
|
|
|
|
|
bench-octane:
|
|
|
|
description: Octane shell benchmark suite
|
|
|
|
shell: ['sm', 'v8']
|
|
|
|
test: octane
|
|
|
|
treeherder:
|
|
|
|
symbol: octane
|
|
|
|
fetches:
|
|
|
|
fetch:
|
|
|
|
- octane
|