File: bench1.sh

package info (click to toggle)
idzebra 2.2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 54,389; xml: 27,058; sh: 5,892; makefile: 1,102; perl: 210; tcl: 64
file content (16 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# Test for variations of number of trees.. Total number of entries is
# Constant 1 mio
CMD="./benchisamb -r 50"

$CMD -i 1000 -n 1000 >bench1.1000.dat
ls -l *.mf
sleep 2
$CMD -i 100 -n 10000 >bench1.100.dat
ls -l *.mf
sleep 2
$CMD -i 10 -n 100000 >bench1.10.dat
ls -l *.mf
sleep 2
$CMD -i 1 -n 1000000 >bench1.1.dat
ls -l *.mf