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/f47697de3ef3
branches:  trunk
changeset: 458300:f47697de3ef3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 12 10:58:25 2021 +0000

description:
google-benchmark: update to 1.6.0.

features

    [breaking change] introduce accessorrs for public data members (#1208)
    add support for percentage units in statistics (#1219)
    introduce coefficient of variation aggregate (#1220)
    format percentages in console reporter (#1221)

bugfixes

    fix unreachable code warning (#1214)
    replace #warning with #pragma message (#1216)
    report PFM as found when it is
    update u-test value expectations due to scipy upgrade

other stuff

    refactored documentation to minimise README.md (#1211)
    install docs when installing library (#1212)

diffstat:

 benchmarks/google-benchmark/Makefile |   9 +++++----
 benchmarks/google-benchmark/PLIST    |  12 +++++++++++-
 benchmarks/google-benchmark/distinfo |  10 +++++-----
 3 files changed, 21 insertions(+), 10 deletions(-)

diffs (63 lines):

diff -r fab884fa531c -r f47697de3ef3 benchmarks/google-benchmark/Makefile
--- a/benchmarks/google-benchmark/Makefile      Sun Sep 12 10:38:17 2021 +0000
+++ b/benchmarks/google-benchmark/Makefile      Sun Sep 12 10:58:25 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/08/15 13:29:05 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2021/09/12 10:58:25 wiz Exp $
 
-DISTNAME=      benchmark-1.5.6
+DISTNAME=      benchmark-1.6.0
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -17,9 +17,10 @@
 CMAKE_ARGS+=   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 
-# as of 1.5.6
-# 97% tests passed, 2 tests failed out of 61
+# as of 1.6.0
+# 95% tests passed, 3 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 -r fab884fa531c -r f47697de3ef3 benchmarks/google-benchmark/PLIST
--- a/benchmarks/google-benchmark/PLIST Sun Sep 12 10:38:17 2021 +0000
+++ b/benchmarks/google-benchmark/PLIST Sun Sep 12 10:58:25 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/03/21 22:16:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/09/12 10:58:25 wiz Exp $
 include/benchmark/benchmark.h
 lib/cmake/benchmark/benchmarkConfig.cmake
 lib/cmake/benchmark/benchmarkConfigVersion.cmake
@@ -7,3 +7,13 @@
 lib/libbenchmark.a
 lib/libbenchmark_main.a
 lib/pkgconfig/benchmark.pc
+share/doc/benchmark/AssemblyTests.md
+share/doc/benchmark/_config.yml
+share/doc/benchmark/dependencies.md
+share/doc/benchmark/index.md
+share/doc/benchmark/perf_counters.md
+share/doc/benchmark/platform_specific_build_instructions.md
+share/doc/benchmark/random_interleaving.md
+share/doc/benchmark/releasing.md
+share/doc/benchmark/tools.md
+share/doc/benchmark/user_guide.md
diff -r fab884fa531c -r f47697de3ef3 benchmarks/google-benchmark/distinfo
--- a/benchmarks/google-benchmark/distinfo      Sun Sep 12 10:38:17 2021 +0000
+++ b/benchmarks/google-benchmark/distinfo      Sun Sep 12 10:58:25 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/08/15 13:29:05 wiz Exp $
+$NetBSD: distinfo,v 1.13 2021/09/12 10:58:25 wiz Exp $
 
-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
+SHA1 (benchmark-1.6.0.tar.gz) = c4d1a9135e779c5507015ccc8c428cb4aca69cef
+RMD160 (benchmark-1.6.0.tar.gz) = 3678272d6ffb40545ac2908e876f7cea98d9fab4
+SHA512 (benchmark-1.6.0.tar.gz) = 83788f64322067cedca4e459dd2b4117a80d3dc480e1ce0a4d9c323827e13cb1969889a6049cd487dc28ecb0ff52c868a73492c738283ee1236e527b0ca8b11d
+Size (benchmark-1.6.0.tar.gz) = 178527 bytes



Home | Main Index | Thread Index | Old Index