pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/google-benchmark google-benchmark: update t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/902accdc8438
branches: trunk
changeset: 451426:902accdc8438
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 26 15:23:37 2021 +0000
description:
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)
diffstat:
benchmarks/google-benchmark/Makefile | 14 ++++++++------
benchmarks/google-benchmark/distinfo | 10 +++++-----
2 files changed, 13 insertions(+), 11 deletions(-)
diffs (45 lines):
diff -r e47bb3466194 -r 902accdc8438 benchmarks/google-benchmark/Makefile
--- a/benchmarks/google-benchmark/Makefile Mon Apr 26 15:18:24 2021 +0000
+++ b/benchmarks/google-benchmark/Makefile Mon Apr 26 15:23:37 2021 +0000
@@ -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
diff -r e47bb3466194 -r 902accdc8438 benchmarks/google-benchmark/distinfo
--- a/benchmarks/google-benchmark/distinfo Mon Apr 26 15:18:24 2021 +0000
+++ b/benchmarks/google-benchmark/distinfo Mon Apr 26 15:23:37 2021 +0000
@@ -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
-RMD160 (benchmark-1.5.2.tar.gz) = 2478418703cb34f61893016a0cfe246526292774
-SHA512 (benchmark-1.5.2.tar.gz) = a071613f3af669296aa613e0e64726bdcf27cc3db331d8003f49164581cd6935a86641ec435118ea590a9d722a926d3fef740e938e1a5f6eba8e2a5a615da1b0
-Size (benchmark-1.5.2.tar.gz) = 160235 bytes
+SHA1 (benchmark-1.5.3.tar.gz) = 32655d8796e708439ac5d4de8aa31f00d9dbda3b
+RMD160 (benchmark-1.5.3.tar.gz) = d6e2782f6e9429486a28dd86bd0ec6d3a1ae469f
+SHA512 (benchmark-1.5.3.tar.gz) = 11f726686ad8b36870fc2a3542fad4c52a58df2eb580564dcfdfb154fe6ac00dbbf69c514395148d7ab11a45e40e869549cf971462c384f59cbae5fa60160e3b
+Size (benchmark-1.5.3.tar.gz) = 163465 bytes
Home |
Main Index |
Thread Index |
Old Index