firefox/print_results

11 lines
204 B
Plaintext
Raw Permalink Normal View History

2020-12-01 11:17:26 +01:00
#!/usr/bin/bash
# Analyze and print general test results
export TEST_DIR="test_results"
echo "Test results"
#echo "Basic compositor"
#./psummary $TEST_DIR ""
2020-12-10 20:02:09 +01:00
echo "WebRender"
2021-01-05 15:40:59 +01:00
./psummary $TEST_DIR "-wr"