worldstone benchmark script

. also imports seq(1) to help it
	. add -C option to time(1) to print tsc difference
	. increase col width for ministat for tsc numbers
This commit is contained in:
Ben Gras
2011-09-24 14:49:55 +00:00
parent 49532259e5
commit bc0a39238e
14 changed files with 850 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:26 lukem Exp $
PROG= seq
DPADD= ${LIBMATH}
LDADD= -lm
.include <bsd.prog.mk>