projects
/
idzebra-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
[idzebra-moved-to-github.git]
/
isamb
/
bench2.sh
1
#!/bin/sh
2
# Test for variations in size of ISAM entry
3
CMD="./benchisamb -r 50 -n 1000000 -i 1"
4
5
for sz in 0 4 8 12; do
6
$CMD -z $sz >bench2.$sz.dat
7
ls -l *.mf
8
sleep 2
9
done
10