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/202b2f6db778
branches:  trunk
changeset: 382548:202b2f6db778
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 31 09:52:51 2022 +0000

description:
google-benchmark: update to 1.7.0.

Small release to replace broken v1.6.2 release

What's Changed

    Stop generating the export header and just check it in by @dominichamon in #1435
    use target_compile_definitions by @dominichamon in #1440
    simplified code by @maochongxin in #1439

New Contributors

    @maochongxin made their first contribution in #1439

diffstat:

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

diffs (46 lines):

diff -r c719335e0abc -r 202b2f6db778 benchmarks/google-benchmark/Makefile
--- a/benchmarks/google-benchmark/Makefile      Sun Jul 31 09:47:58 2022 +0000
+++ b/benchmarks/google-benchmark/Makefile      Sun Jul 31 09:52:51 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/07/22 08:34:14 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/07/31 09:52:51 wiz Exp $
 
-DISTNAME=      benchmark-1.6.2
+DISTNAME=      benchmark-1.7.0
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -17,15 +17,11 @@
 CMAKE_ARGS+=   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 
-# as of 1.6.2
-# 91% tests passed, 6 tests failed out of 67
+# as of 1.7.0
+# 97% tests passed, 2 tests failed out of 64
 # The following tests FAILED:
-# 50 - reporter_output_test (Subprocess aborted)
-# 52 - user_counters_test (Subprocess aborted)
-# 57 - user_counters_tabular_test (Subprocess aborted)
-# 65 - run_donotoptimize_assembly_test_CHECK (Failed)
-# 66 - run_state_assembly_test_CHECK (Failed)
-# 67 - run_clobber_memory_assembly_test_CHECK (Failed)
+# 55 - user_counters_test (Subprocess aborted)
+# 60 - user_counters_tabular_test (Subprocess aborted)
 TEST_TARGET=   test
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
diff -r c719335e0abc -r 202b2f6db778 benchmarks/google-benchmark/distinfo
--- a/benchmarks/google-benchmark/distinfo      Sun Jul 31 09:47:58 2022 +0000
+++ b/benchmarks/google-benchmark/distinfo      Sun Jul 31 09:52:51 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2022/07/22 08:34:14 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/07/31 09:52:51 wiz Exp $
 
-BLAKE2s (benchmark-1.6.2.tar.gz) = ec8d8201001f777b5de5606e0ee1f216bf161b24b539501559cc40473c3d76eb
-SHA512 (benchmark-1.6.2.tar.gz) = cac5bcb412b18124075ab953b51c745b9d3427c3157e38356d616661c190741b749bcd8450ed08644c43edff2cc59c4fec02fcc2ec81be66609ce8d25fc121b4
-Size (benchmark-1.6.2.tar.gz) = 196771 bytes
+BLAKE2s (benchmark-1.7.0.tar.gz) = 7adff8265f7ac3b175204c3a3d88082a7f2308b5c481515eb21ad7e08f34f3a6
+SHA512 (benchmark-1.7.0.tar.gz) = 25f81930ce210e298d9cc67c965cc8937f66c53427b18a672338b86424eef32df877ec6b7a7106417464b29c5048b014fcc82cfa773168ed701aa47d01f39f82
+Size (benchmark-1.7.0.tar.gz) = 194165 bytes
 SHA1 (patch-test_benchmark__setup__teardown__test.cc) = d3baa390eb590628fd42c85ce6ec42767e66c15b



Home | Main Index | Thread Index | Old Index