copr-andersrh/my-ostree-os/firefox/print_results
Anders Rytter Hansen 09a4a06fc0 Initial commit of custom build of Firefox
(cherry picked from commit 7247553575)
2025-02-26 09:25:35 +01:00

10 lines
204 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_DIR ""
echo "WebRender"
./psummary $TEST_DIR "-wr"