]> pd.if.org Git - nbds/blobdiff - perf.sh
improved perf_test to measure steady state behavior
[nbds] / perf.sh
diff --git a/perf.sh b/perf.sh
index ae1be8800a539de9f921e925b364584a6394d7cd..759e3a6362af6af941897db8271d956c00321d7d 100755 (executable)
--- a/perf.sh
+++ b/perf.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
-for ks in 28 24 20 16 12 8 4 0
+for ks in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 #26 27 28 29 30
 do
-    for th in 1 2 4 8 16
+    for th in 8
     do
         output/perf_test $th $ks
     done