File: bench2.sh

package info (click to toggle)
idzebra 2.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,644 kB
  • sloc: ansic: 54,389; xml: 27,054; sh: 6,214; makefile: 1,099; perl: 210; tcl: 64
file content (10 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Test for variations in size of ISAM entry
CMD="./benchisamb -r 50 -n 1000000 -i 1"

for sz in 0 4 8 12; do
	$CMD -z $sz >bench2.$sz.dat
	ls -l *.mf
	sleep 2
done