diff options
author | asau <asau@pkgsrc.org> | 2012-07-02 17:45:49 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-07-02 17:45:49 +0000 |
commit | 02d1f137ea74a5da344f086eda14894ccd0409d6 (patch) | |
tree | ea8673f4ae1cda998d07a50e763ced17e56dd9f8 /benchmarks | |
parent | 3aaa1fc604e50971f4a8e9b4d237880868533c77 (diff) | |
download | pkgsrc-02d1f137ea74a5da344f086eda14894ccd0409d6.tar.gz |
+ filebench
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 1e3febb1d81..084c90f0e43 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2011/12/07 00:23:09 jym Exp $ +# $NetBSD: Makefile,v 1.46 2012/07/02 17:45:49 asau Exp $ # COMMENT= Benchmarking tools @@ -11,6 +11,7 @@ SUBDIR+= bytebench SUBDIR+= dbench SUBDIR+= dhrystone SUBDIR+= fib +SUBDIR+= filebench SUBDIR+= flops SUBDIR+= forkbomb SUBDIR+= hbench |