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 Jun 28 08:10:58 UTC 2021

Modified Files:
        pkgsrc/benchmarks/google-benchmark: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/benchmarks/google-benchmark/Makefile:1.12
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.11    Thu Jun 10 10:08:07 2021
+++ pkgsrc/benchmarks/google-benchmark/Makefile Mon Jun 28 08:10:58 2021
@@ -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 @@ USE_LANGUAGES=      c c++
 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

Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.10 pkgsrc/benchmarks/google-benchmark/distinfo:1.11
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.10    Thu Jun 10 10:08:07 2021
+++ pkgsrc/benchmarks/google-benchmark/distinfo Mon Jun 28 08:10:58 2021
@@ -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