summaryrefslogtreecommitdiffstats
path: root/misc/stats
blob: 57920ce4fb963787fbe5727b8fb597d3a60474a3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

make ips
echo "Global tables:"
for a in 4 5 6 7 8 9 10 11 12 13 14 15 ; do
	./ips <global $a $((1<<($a+2)))
	done
echo "Local tables:"
./ips <local 6 1000