summaryrefslogtreecommitdiffstats
path: root/contrib/diags/lognorm.sh
blob: dbd4e005294811a589dad0ea1c46e29ab02b6699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
src/haveged -n 16m -f i7.dat -r 4 -s i7.ln
ent/entest -vf i7.dat
nist/nist i7.dat
mv nist.out i7.out
src/haveged -n 16m -f xeon.dat -r 4 -s xeon.ln
ent/entest -vf xeon.dat
nist/nist xeon.dat
mv nist.out xeon.out
src/haveged -n 16m -f celeron.dat -r 4 -s celeron.ln
ent/entest -vf celeron.dat
nist/nist celeron.dat
mv nist.out celeron.out