Update tp5n manifest for test-perf.

This commit is contained in:
Alan Jeffrey 2017-11-15 21:29:26 -06:00
parent 5c7e79e91c
commit b923559d55
3 changed files with 87 additions and 5 deletions

View file

@ -45,10 +45,9 @@ python3 -m http.server > /dev/null 2>&1 &
# TODO: enable the full manifest when #11087 is fixed
# https://github.com/servo/servo/issues/11087
# MANIFEST="page_load_test/test.manifest"
# MANIFEST="page_load_test/tp5n/20160509.manifest" # A manifest that excludes
MANIFEST="page_load_test/example.manifest" # A manifest that excludes
# timeout test cases
# 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"
echo "Running tests"