projects
/
nbds
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
work in progress
[nbds]
/
perf.sh
1
#!/bin/sh
2
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
3
do
4
for th in 8
5
do
6
output/perf_test $th $ks
7
done
8
done
9
10