canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,747
edits
(→Subset of tests: Running a range of videos) |
m (→Subset of tests: fix bullet) |
||
Line 22: | Line 22: | ||
To only run a subset of tests the benchmark test page supports the '''tests''' argument, which allows to add any number of tests based on their index. There are two possible methods to specify the list of tests: | To only run a subset of tests the benchmark test page supports the '''tests''' argument, which allows to add any number of tests based on their index. There are two possible methods to specify the list of tests: | ||
* Run arbitrary videos, eg. of index 6, 47, and 90: | |||
test_url = http://...main.html?test_type=playbackperf-test&raptor=true&command=run&exclude=1,2&tests=6,47,90 | test_url = http://...main.html?test_type=playbackperf-test&raptor=true&command=run&exclude=1,2&tests=6,47,90 | ||
* Run a range of videos eg. from index 23 to 42 | |||
test_url = http://...main.html?test_type=playbackperf-test&raptor=true&command=run&exclude=1,2&tests=23-42 | test_url = http://...main.html?test_type=playbackperf-test&raptor=true&command=run&exclude=1,2&tests=23-42 |