pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/google-benchmark
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 26 15:23:37 UTC 2021
Modified Files:
pkgsrc/benchmarks/google-benchmark: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/benchmarks/google-benchmark/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/google-benchmark/Makefile
diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.9 pkgsrc/benchmarks/google-benchmark/Makefile:1.10
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.9 Wed Oct 7 20:49:56 2020
+++ pkgsrc/benchmarks/google-benchmark/Makefile Mon Apr 26 15:23:37 2021
@@ -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_CMAKE= yes
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
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.8 pkgsrc/benchmarks/google-benchmark/distinfo:1.9
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.8 Wed Oct 7 20:49:56 2020
+++ pkgsrc/benchmarks/google-benchmark/distinfo Mon Apr 26 15:23:37 2021
@@ -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