pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Jan 29 09:16:20 UTC 2021

Modified Files:
        pkgsrc/benchmarks: Makefile

Log Message:
Add hyperfine


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/benchmarks/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/Makefile
diff -u pkgsrc/benchmarks/Makefile:1.57 pkgsrc/benchmarks/Makefile:1.58
--- pkgsrc/benchmarks/Makefile:1.57     Thu Oct  8 02:53:31 2020
+++ pkgsrc/benchmarks/Makefile  Fri Jan 29 09:16:20 2021
@@ -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



Home | Main Index | Thread Index | Old Index