diff options
author | xtraeme <xtraeme> | 2005-09-03 06:27:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-09-03 06:27:24 +0000 |
commit | 2bdf618784efc772a03336e143a012477df3af4f (patch) | |
tree | 287052891033490bcafe5f0e4597435e7e926f79 /benchmarks | |
parent | 8443b9636601032466cd2dd71bd289f9a99584ec (diff) | |
download | pkgsrc-2bdf618784efc772a03336e143a012477df3af4f.tar.gz |
Added benchmarks/nbench
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 4eea2c0cc83..e964d7f243b 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/09/03 05:58:59 xtraeme Exp $ +# $NetBSD: Makefile,v 1.37 2005/09/03 06:27:25 xtraeme Exp $ # COMMENT= Benchmarking tools @@ -20,6 +20,7 @@ SUBDIR+= iozone SUBDIR+= kttcp SUBDIR+= linpack-bench SUBDIR+= lmbench +SUBDIR+= nbench SUBDIR+= netio SUBDIR+= netpipe SUBDIR+= nettest |