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 df7bade commit 7c0dcdeCopy full SHA for 7c0dcde
scripts/generate_perf_results.sh
@@ -1,4 +1,5 @@
1
-set -o pipefail
+#!/usr/bin/env bash
2
+set -euo pipefail
3
4
mkdir -p build/perf_stat_dir
5
python3 scripts/run_tests.py --running-type="performance" | tee build/perf_stat_dir/perf_log.txt
0 commit comments