Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D23BF84F4C for ; Thu, 2 Nov 2023 02:50:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vRCz7QSLrt8p for ; Thu, 2 Nov 2023 02:50:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 688F484CCC for ; Thu, 2 Nov 2023 02:50:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6600BFA2A; Thu, 2 Nov 2023 02:50:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16988934442350" MIME-Version: 1.0 Date: Thu, 2 Nov 2023 02:50:44 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/benchmarks To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231102025044.6600BFA2A@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16988934442350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Nov 2 02:50:44 UTC 2023 Modified Files: pkgsrc/benchmarks: Makefile Log Message: benchmarks/Makefile: + hs-criterion To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/benchmarks/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16988934442350 Content-Disposition: inline Content-Length: 598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/Makefile diff -u pkgsrc/benchmarks/Makefile:1.63 pkgsrc/benchmarks/Makefile:1.64 --- pkgsrc/benchmarks/Makefile:1.63 Thu Nov 2 02:32:32 2023 +++ pkgsrc/benchmarks/Makefile Thu Nov 2 02:50:44 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2023/11/02 02:32:32 pho Exp $ +# $NetBSD: Makefile,v 1.64 2023/11/02 02:50:44 pho Exp $ # COMMENT= Benchmarking tools @@ -28,6 +28,7 @@ SUBDIR+= google-benchmark SUBDIR+= hbench SUBDIR+= heapsort SUBDIR+= hint +SUBDIR+= hs-criterion SUBDIR+= hs-criterion-measurement SUBDIR+= httperf SUBDIR+= hyperfine --_----------=_16988934442350--