We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae6346 commit f4071c9Copy full SHA for f4071c9
scripts/generate_perf_results.sh
@@ -1,3 +1,5 @@
1
+set -o pipefail
2
+
3
mkdir -p build/perf_stat_dir
4
python3 scripts/run_tests.py --running-type="performance" | tee build/perf_stat_dir/perf_log.txt
5
python3 scripts/create_perf_table.py --input build/perf_stat_dir/perf_log.txt --output build/perf_stat_dir
0 commit comments