mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Include OS and architecture in test-perf data.
This commit is contained in:
parent
4d27ce0a6c
commit
a57ba2a317
2 changed files with 11 additions and 1 deletions
|
@ -48,7 +48,7 @@ python3 -m http.server > /dev/null 2>&1 &
|
|||
# MANIFEST="page_load_test/tp5n/20160509.manifest"
|
||||
MANIFEST="page_load_test/test.manifest" # A manifest that excludes
|
||||
# timeout test cases
|
||||
PERF_FILE="output/perf-$(date +%s).csv"
|
||||
PERF_FILE="output/perf-$(uname -s)-$(uname -m)-$(date +%s).csv"
|
||||
|
||||
echo "Running tests"
|
||||
python3 runner.py ${engine} --runs 4 --timeout "${timeout}" --base "${base}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue