summaryrefslogtreecommitdiffstats
path: root/contrib/diags/lognorm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/diags/lognorm.sh')
-rwxr-xr-xcontrib/diags/lognorm.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/diags/lognorm.sh b/contrib/diags/lognorm.sh
new file mode 100755
index 0000000..dbd4e00
--- /dev/null
+++ b/contrib/diags/lognorm.sh
@@ -0,0 +1,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