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/2fc538f5369c
branches:  trunk
changeset: 455098:2fc538f5369c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 28 08:10:58 2021 +0000

description:
google-benchmark: update to 1.5.5.

1.5.5

new features

    Add support for new architecture loongarch (#1173)
    Fixed version of random interleaving of benchmark repetitions (#1163, fixing #1051)
    Easier comparison of results across families (#1168 #1166 #1165 #1164)

fixes

    Fix perf counter argument parsing (#1160)

internal cleanup

    Drop warning to satisfy clang's -Wunused-but-set-variable diag (#1174)
    Enable some sanitizer builds in github actions (#1167 #1171)
    Fix memory leak in test (#1169)

diffstat:

 benchmarks/google-benchmark/Makefile |  14 +++++++-------
 benchmarks/google-benchmark/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (45 lines):

diff -r d5a074264e1a -r 2fc538f5369c benchmarks/google-benchmark/Makefile
--- a/benchmarks/google-benchmark/Makefile      Mon Jun 28 07:51:53 2021 +0000
+++ b/benchmarks/google-benchmark/Makefile      Mon Jun 28 08:10:58 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/06/10 10:08:07 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2021/06/28 08:10:58 wiz Exp $
 
-DISTNAME=      benchmark-1.5.4
+DISTNAME=      benchmark-1.5.5
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -17,12 +17,12 @@
 CMAKE_ARGS+=   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 
-# as of 1.5.3
-# 95% tests passed, 3 tests failed out of 59
+# as of 1.5.5
+# 95% tests passed, 3 tests failed out of 61
 # The following tests FAILED:
-# 49 - reporter_output_test (Subprocess aborted)
-# 51 - user_counters_test (Subprocess aborted)
-# 55 - user_counters_tabular_test (Subprocess aborted)
+# 50 - reporter_output_test (Subprocess aborted)
+# 52 - user_counters_test (Subprocess aborted)
+# 57 - user_counters_tabular_test (Subprocess aborted)
 TEST_TARGET=   test
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
diff -r d5a074264e1a -r 2fc538f5369c benchmarks/google-benchmark/distinfo
--- a/benchmarks/google-benchmark/distinfo      Mon Jun 28 07:51:53 2021 +0000
+++ b/benchmarks/google-benchmark/distinfo      Mon Jun 28 08:10:58 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/06/10 10:08:07 wiz Exp $
+$NetBSD: distinfo,v 1.11 2021/06/28 08:10:58 wiz Exp $
 
-SHA1 (benchmark-1.5.4.tar.gz) = b8c2501b33c8649a2c9e2268d8f652284ac5a778
-RMD160 (benchmark-1.5.4.tar.gz) = 56b711a94a0947e1609a8c7cf73e62421ca3ea3f
-SHA512 (benchmark-1.5.4.tar.gz) = 3271cfe1b5db8c1790e756bbed5941647c46b17efbede910659a2b067830c5361b29b7fce7a3f1b290498c4e5a0da7e159bddd203b93e3ee38ceea72bcc62e0e
-Size (benchmark-1.5.4.tar.gz) = 177472 bytes
+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



Home | Main Index | Thread Index | Old Index