X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=perf.sh;fp=perf.sh;h=ae1be8800a539de9f921e925b364584a6394d7cd;hp=0000000000000000000000000000000000000000;hb=778b8c8ca708b082a1192acfb114a6751b2ad7c9;hpb=5aa9223647fbb52fa8941d92c8896ebaf148b41c diff --git a/perf.sh b/perf.sh new file mode 100755 index 0000000..ae1be88 --- /dev/null +++ b/perf.sh @@ -0,0 +1,10 @@ +#!/bin/sh +for ks in 28 24 20 16 12 8 4 0 +do + for th in 1 2 4 8 16 + do + output/perf_test $th $ks + done +done + +