summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-08-15 13:29:05 +0000
committerwiz <wiz@pkgsrc.org>2021-08-15 13:29:05 +0000
commit6c728dded2b4db5705795236c46035eb62cc6136 (patch)
tree34e1b025868ee6cfaa54c9e19eaac8752ee729c0 /benchmarks
parent7b02875a71ec360d36d57c2c95ff71c072396d87 (diff)
downloadpkgsrc-6c728dded2b4db5705795236c46035eb62cc6136.tar.gz
google-benchmark: update to 1.5.6.
features helper methods to create integer lists (#1179) default of --benchmark_filter is now rather than "." (#1207) fixes type warning (#1193) returning a reference when callers want pointers (65dc63b) cleanup remove dead code from PredictNumItersNeeded (#1206) fix clang-tidy warnings (#1195) and typos (#1194) prefix macros (#1186) and flags (#1187, #1185) to avoid name clashes downgrade warnings for googletest (twice) (#1203, 560b0834, ee726a7)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/google-benchmark/Makefile9
-rw-r--r--benchmarks/google-benchmark/distinfo10
2 files changed, 9 insertions, 10 deletions
diff --git a/benchmarks/google-benchmark/Makefile b/benchmarks/google-benchmark/Makefile
index 4aaeca60074..f31758511b9 100644
--- a/benchmarks/google-benchmark/Makefile
+++ b/benchmarks/google-benchmark/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/06/28 08:10:58 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/08/15 13:29:05 wiz Exp $
-DISTNAME= benchmark-1.5.5
+DISTNAME= benchmark-1.5.6
PKGNAME= google-${DISTNAME}
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
@@ -17,10 +17,9 @@ USE_LANGUAGES= c c++
CMAKE_ARGS+= -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
-# as of 1.5.5
-# 95% tests passed, 3 tests failed out of 61
+# as of 1.5.6
+# 97% tests passed, 2 tests failed out of 61
# The following tests FAILED:
-# 50 - reporter_output_test (Subprocess aborted)
# 52 - user_counters_test (Subprocess aborted)
# 57 - user_counters_tabular_test (Subprocess aborted)
TEST_TARGET= test
diff --git a/benchmarks/google-benchmark/distinfo b/benchmarks/google-benchmark/distinfo
index 1ecae742306..727d21acb4b 100644
--- a/benchmarks/google-benchmark/distinfo
+++ b/benchmarks/google-benchmark/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/06/28 08:10:58 wiz Exp $
+$NetBSD: distinfo,v 1.12 2021/08/15 13:29:05 wiz Exp $
-SHA1 (benchmark-1.5.5.tar.gz) = 5d9957a347f9abd3a491596cb5e40078cee0ec01
-RMD160 (benchmark-1.5.5.tar.gz) = 8f0ab78a4f4236acb531380d3eb32a90d5da8f75
-SHA512 (benchmark-1.5.5.tar.gz) = 91a2cdf0245625c657b9bb8d76c7d616a99eaed333e42b34ceff4e996b8fa6027b1c7313a815e7b441d2f6e2e1244c139a0911d585bf0d2e767ac3cea23a67d1
-Size (benchmark-1.5.5.tar.gz) = 176710 bytes
+SHA1 (benchmark-1.5.6.tar.gz) = a422b68ba08efae12c80aa561fcfe310896baaf6
+RMD160 (benchmark-1.5.6.tar.gz) = 4eb47421aa2d5b59eabe5645319b9755bf1bffc4
+SHA512 (benchmark-1.5.6.tar.gz) = b3c1fd4407d660456ae51abd7c427460a2c7b029ab6344e21bb61d3ec84e3b60638b7a719655aa04fb9ca639b6371e553e9de18539aca8dd38c361b4c6522538
+Size (benchmark-1.5.6.tar.gz) = 177911 bytes