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:           Sun Sep 12 10:58:25 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/benchmarks/google-benchmark/PLIST
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/benchmarks/google-benchmark/Makefile:1.14
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.13    Sun Aug 15 13:29:05 2021
+++ pkgsrc/benchmarks/google-benchmark/Makefile Sun Sep 12 10:58:25 2021
@@ -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 @@ USE_LANGUAGES=       c c++
 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

Index: pkgsrc/benchmarks/google-benchmark/PLIST
diff -u pkgsrc/benchmarks/google-benchmark/PLIST:1.2 pkgsrc/benchmarks/google-benchmark/PLIST:1.3
--- pkgsrc/benchmarks/google-benchmark/PLIST:1.2        Thu Mar 21 22:16:25 2019
+++ pkgsrc/benchmarks/google-benchmark/PLIST    Sun Sep 12 10:58:25 2021
@@ -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/cmake/benchmark/benchmarkTargets.cma
 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

Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.12 pkgsrc/benchmarks/google-benchmark/distinfo:1.13
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.12    Sun Aug 15 13:29:05 2021
+++ pkgsrc/benchmarks/google-benchmark/distinfo Sun Sep 12 10:58:25 2021
@@ -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