aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/benchmark-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark-flags b/src/benchmark-flags
index 9c8c4ba..840d04c 100755
--- a/src/benchmark-flags
+++ b/src/benchmark-flags
@@ -59,7 +59,7 @@ while true; do
! grep ^error .benchmarks >/dev/null 2>/dev/null
- good_flag="$(sort -n < .benchmarks | cut -d ' ' -f 2 | sed 1q)"
+ good_flag="$(median < .benchmarks | sort -n | cut -d ' ' -f 2 | sed 1q)"
if [ "${good_flag}" = zzz ] || [ $pass = 2 ]; then
if [ $pass = 1 ]; then
pass=2