diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-02-04 12:50:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-02-04 12:50:59 +0000 |
commit | 49455f78343892bbdb74b81b107476b9021d2f09 (patch) | |
tree | 6e64ec85209178326d0e450d869d659f5b03d578 /benchmarks/Makefile | |
parent | 8082c7ceb5073edf3d1bbc714c8422b8415b2bd2 (diff) | |
download | pkgsrc-49455f78343892bbdb74b81b107476b9021d2f09.tar.gz |
Add fio
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index f11282f80c6..2b0d39d2e2e 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2016/11/21 18:21:17 minskim Exp $ +# $NetBSD: Makefile,v 1.52 2017/02/04 12:50:59 ryoon Exp $ # COMMENT= Benchmarking tools @@ -13,6 +13,7 @@ SUBDIR+= dhrystone SUBDIR+= dnsperf SUBDIR+= fib SUBDIR+= filebench +SUBDIR+= fio SUBDIR+= flops SUBDIR+= forkbomb SUBDIR+= glmark2 |