]> Sergey Matveev's repositories - bfs.git/commitdiff
bench: Don't print paths in the --strategies benchmark
authorTavian Barnes <tavianator@tavianator.com>
Tue, 10 Oct 2023 15:21:38 +0000 (11:21 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Tue, 10 Oct 2023 15:21:38 +0000 (11:21 -0400)
bench/bench.sh

index e0943d4e986fa642c658b1c36b09a0a34e5294da..1294fd154d1d86d3c20090dce22a3948d8a22e82 100644 (file)
@@ -421,7 +421,7 @@ bench-strategies-corpus() {
 
     for bfs in "${BFS[@]}"; do
         subsubgroup '%s' "$bfs"
-        cmds=("$bfs -S "{bfs,dfs,ids,eds}" $2")
+        cmds=("$bfs -S "{bfs,dfs,ids,eds}" $2 -false")
         do-hyperfine "${cmds[@]}"
     done
 }