firefox/print_results
2020-12-16 19:32:47 +01:00

14 lines
272 B
Bash
Executable File

#!/usr/bin/bash
# Analyze and print general test results
export TEST_DIR="test_results"
echo "Test results"
echo "Basic compositor"
./psummary "test_results" ""
echo "WebRender"
./psummary "test_results" "-wr"
./perrors "test_results" ""
./perrors "test_results" "-wr"