diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-10 07:39:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-10 07:39:16 +0000 |
commit | 5e436004d7ec50bc29f392fded92224b4cb93e86 (patch) | |
tree | bc5fedac052339e4650f8c50a7665b1eabc044f0 /print_results | |
parent | 4b16a230f7f50826db46407f4ccfde8510e70642 (diff) |
automatic import of firefoxopeneuler23.03
Diffstat (limited to 'print_results')
-rw-r--r-- | print_results | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print_results b/print_results new file mode 100644 index 0000000..d0b1307 --- /dev/null +++ b/print_results @@ -0,0 +1,10 @@ +#!/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" |