X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=perf.sh;fp=perf.sh;h=759e3a6362af6af941897db8271d956c00321d7d;hp=ae1be8800a539de9f921e925b364584a6394d7cd;hb=86fd9c8abfbacea2902b4fe42a8a4664b2a531cf;hpb=778b8c8ca708b082a1192acfb114a6751b2ad7c9 diff --git a/perf.sh b/perf.sh index ae1be88..759e3a6 100755 --- 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