churchyard / rpms / firefox

Forked from rpms/firefox 3 years ago
Clone
Blob Blame History Raw
#!/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"