diff options
author | pin <pin@pkgsrc.org> | 2021-01-29 09:16:20 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-01-29 09:16:20 +0000 |
commit | 51d75b791606d7f21db0c314a141ed4b7cc8076a (patch) | |
tree | af8d75d10edfcc1f78415bbe080ed87c1af7464c /benchmarks | |
parent | 0812b2e83e20c76721c70e26e840d67f862ff4bc (diff) | |
download | pkgsrc-51d75b791606d7f21db0c314a141ed4b7cc8076a.tar.gz |
Add hyperfine
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 a0db4876fed..25de5b134ec 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2020/10/08 02:53:31 jnemeth Exp $ +# $NetBSD: Makefile,v 1.58 2021/01/29 09:16:20 pin Exp $ # COMMENT= Benchmarking tools @@ -25,6 +25,7 @@ SUBDIR+= hbench SUBDIR+= heapsort SUBDIR+= hint SUBDIR+= httperf +SUBDIR+= hyperfine SUBDIR+= iozone SUBDIR+= kttcp SUBDIR+= libmicro |