summaryrefslogtreecommitdiffstats
path: root/usr.bin/ministat/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-08-13 07:21:54 +0000
committerphk <phk@FreeBSD.org>2003-08-13 07:21:54 +0000
commitb3803c0021191a72670403627446abb1eba1ccf9 (patch)
treecd35fcf44bbfe92fddaa092733a1cf28b1490bf4 /usr.bin/ministat/Makefile
parentb35539c7d2df26a29a35790df6a256de016ed94b (diff)
downloadFreeBSD-src-b3803c0021191a72670403627446abb1eba1ccf9.zip
FreeBSD-src-b3803c0021191a72670403627446abb1eba1ccf9.tar.gz
A small statistics tool for gauging the statistical significance
of data from benchmarks etc. Implements "Student's t" for various confidence levels, defaults to 95%. If your benchmarks are not significant at the 95% confidence level, we don't want to hear about it.
Diffstat (limited to 'usr.bin/ministat/Makefile')
-rw-r--r--usr.bin/ministat/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile
new file mode 100644
index 0000000..7c740ea
--- /dev/null
+++ b/usr.bin/ministat/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+PROG= ministat
+NOMAN= yes
+
+LDADD= -lm
+
+.include <bsd.prog.mk>
+
+test: ${PROG}
+ ./${PROG} < ${.CURDIR}/chameleon
+ ./${PROG} ${.CURDIR}/chameleon
+ ./${PROG} ${.CURDIR}/chameleon ${.CURDIR}/iguana
+ ./${PROG} -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
OpenPOWER on IntegriCloud