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/a681482e2585
branches:  trunk
changeset: 440383:a681482e2585
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 07 20:49:56 2020 +0000

description:
google-benchmark: update to 1.5.2.

    Timestamps in output are now rfc3339-formatted #965
    overflow warnings with timers fixed #980
    Python dependencies are now covered by a requirements.txt #994
    JSON output cleaned up when no CPU scaling is present (#1008)
    CartesianProduct added for easier settings of multiple ranges (#1029)
    Python bindings improvements:
        Custom main functions (#993)
        A rename to google_benchmark (#199
        More state methods bound (#1037) with a builder interface (#1040)
    Workflow additions in github include pylint (#1039) and bindings runs (#1041)

diffstat:

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

diffs (39 lines):

diff -r df11168b37d7 -r a681482e2585 benchmarks/google-benchmark/Makefile
--- a/benchmarks/google-benchmark/Makefile      Wed Oct 07 20:46:17 2020 +0000
+++ b/benchmarks/google-benchmark/Makefile      Wed Oct 07 20:49:56 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/06/11 17:01:06 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/07 20:49:56 wiz Exp $
 
-DISTNAME=      benchmark-1.5.1
+DISTNAME=      benchmark-1.5.2
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -16,6 +16,11 @@
 USE_LANGUAGES= c c++
 CMAKE_ARGS+=   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
+# as of 1.5.2
+# 97% tests passed, 2 tests failed out of 59
+# The following tests FAILED:
+# 49 - reporter_output_test (Child aborted)
+# 51 - user_counters_test (Child aborted)
 TEST_TARGET=   test
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
diff -r df11168b37d7 -r a681482e2585 benchmarks/google-benchmark/distinfo
--- a/benchmarks/google-benchmark/distinfo      Wed Oct 07 20:46:17 2020 +0000
+++ b/benchmarks/google-benchmark/distinfo      Wed Oct 07 20:49:56 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/06/11 17:01:06 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/10/07 20:49:56 wiz Exp $
 
-SHA1 (benchmark-1.5.1.tar.gz) = a48acf2a5841ec2b2e1b1fcf52d4e298247c3538
-RMD160 (benchmark-1.5.1.tar.gz) = d8b280d821cdb18b3a48f9b3498252f56b59b5e7
-SHA512 (benchmark-1.5.1.tar.gz) = 1e8782ab6846b8b29c5eea41ed1ba19dd92a46a135cf74acdc588e2cd5ef05581c644d20fc0d6403456d65417538e1db80109ae87989601298b2fc56ae3c3161
-Size (benchmark-1.5.1.tar.gz) = 154896 bytes
+SHA1 (benchmark-1.5.2.tar.gz) = 517e588194b063ea9260c148af1897bb7d192312
+RMD160 (benchmark-1.5.2.tar.gz) = 2478418703cb34f61893016a0cfe246526292774
+SHA512 (benchmark-1.5.2.tar.gz) = a071613f3af669296aa613e0e64726bdcf27cc3db331d8003f49164581cd6935a86641ec435118ea590a9d722a926d3fef740e938e1a5f6eba8e2a5a615da1b0
+Size (benchmark-1.5.2.tar.gz) = 160235 bytes



Home | Main Index | Thread Index | Old Index