mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Space nit
This commit is contained in:
parent
d8b862e4d7
commit
9f0b685268
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ MANIFEST="page_load_test/tp5n/20160509.manifest" # A manifest that excludes
|
||||||
PERF_FILE="output/perf-$(date +%s).json"
|
PERF_FILE="output/perf-$(date +%s).json"
|
||||||
|
|
||||||
echo "Running tests"
|
echo "Running tests"
|
||||||
python3 runner.py ${engine} --runs 3 --timeout "${timeout}"\
|
python3 runner.py ${engine} --runs 3 --timeout "${timeout}" \
|
||||||
"${MANIFEST}" "${PERF_FILE}"
|
"${MANIFEST}" "${PERF_FILE}"
|
||||||
|
|
||||||
if [[ "${submit:-}" ]];
|
if [[ "${submit:-}" ]];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue