Mon Apr 26 15:23:37 2021 UTC ()
google-benchmark: update to 1.5.3.

New features

    Implement custom benchmark names (#1107)
    Support for macro expansion in benchmark names (#1054)
    Reduce ramp up repetitions when KeepRunningBatch is used (#1113)

Platform support

    CycleTimer implemented for M68K architecture (#1050)
    Support for DragonFly BSD (#1058)
    Better support for z/OS (#1063, #1067)
    Add MSVC ARM64 support for cycle clocks (#1052)
    Add support for Elbrus 2000 (#1091)
    Fix CPU frequency for AMD Ryzen (and probably other CPUs) (#1117)

Bug fixes

    Fix range when starting at zero (#1073)

Tool improvements

    Build tools with bazel (#982)
    Support JSON dumps of benchmark diffs (#1042)


(wiz)
diff -r1.9 -r1.10 pkgsrc/benchmarks/google-benchmark/Makefile
diff -r1.8 -r1.9 pkgsrc/benchmarks/google-benchmark/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/benchmarks/google-benchmark/Makefile (expand / switch to context diff)
--- pkgsrc/benchmarks/google-benchmark/Makefile 2020/10/07 20:49:56 1.9
+++ pkgsrc/benchmarks/google-benchmark/Makefile 2021/04/26 15:23:37 1.10
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/10/07 20:49:56 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2021/04/26 15:23:37 wiz Exp $
 
-DISTNAME=	benchmark-1.5.2
+DISTNAME=	benchmark-1.5.3
 PKGNAME=	google-${DISTNAME}
 CATEGORIES=	benchmarks
 MASTER_SITES=	${MASTER_SITE_GITHUB:=google/}
@@ -16,11 +16,13 @@
 USE_LANGUAGES=	c c++
 CMAKE_ARGS+=	-DBENCHMARK_ENABLE_GTEST_TESTS=OFF
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
-# as of 1.5.2
-# 97% tests passed, 2 tests failed out of 59
+
+# as of 1.5.3
+# 95% tests passed, 3 tests failed out of 59
 # The following tests FAILED:
-# 49 - reporter_output_test (Child aborted)
-# 51 - user_counters_test (Child aborted)
+# 49 - reporter_output_test (Subprocess aborted)
+# 51 - user_counters_test (Subprocess aborted)
+# 55 - user_counters_tabular_test (Subprocess aborted)
 TEST_TARGET=	test
 
 BUILDLINK_TRANSFORM+=	rm:-Werror

cvs diff -r1.8 -r1.9 pkgsrc/benchmarks/google-benchmark/distinfo (expand / switch to context diff)
--- pkgsrc/benchmarks/google-benchmark/distinfo 2020/10/07 20:49:56 1.8
+++ pkgsrc/benchmarks/google-benchmark/distinfo 2021/04/26 15:23:37 1.9
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/10/07 20:49:56 wiz Exp $
+$NetBSD: distinfo,v 1.9 2021/04/26 15:23:37 wiz Exp $
 
-SHA1 (benchmark-1.5.2.tar.gz) = 517e588194b063ea9260c148af1897bb7d192312
+SHA1 (benchmark-1.5.3.tar.gz) = 32655d8796e708439ac5d4de8aa31f00d9dbda3b
-RMD160 (benchmark-1.5.2.tar.gz) = 2478418703cb34f61893016a0cfe246526292774
+RMD160 (benchmark-1.5.3.tar.gz) = d6e2782f6e9429486a28dd86bd0ec6d3a1ae469f
-SHA512 (benchmark-1.5.2.tar.gz) = a071613f3af669296aa613e0e64726bdcf27cc3db331d8003f49164581cd6935a86641ec435118ea590a9d722a926d3fef740e938e1a5f6eba8e2a5a615da1b0
+SHA512 (benchmark-1.5.3.tar.gz) = 11f726686ad8b36870fc2a3542fad4c52a58df2eb580564dcfdfb154fe6ac00dbbf69c514395148d7ab11a45e40e869549cf971462c384f59cbae5fa60160e3b
-Size (benchmark-1.5.2.tar.gz) = 160235 bytes
+Size (benchmark-1.5.3.tar.gz) = 163465 bytes