From 161fceeb063dff1435f4773f138f5450b488d7c8 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 7 Oct 2020 20:49:56 +0000 Subject: 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) --- benchmarks/google-benchmark/Makefile | 9 +++++++-- benchmarks/google-benchmark/distinfo | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/google-benchmark/Makefile b/benchmarks/google-benchmark/Makefile index 0bdd5989e2f..36d968af36a 100644 --- a/benchmarks/google-benchmark/Makefile +++ b/benchmarks/google-benchmark/Makefile @@ -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_CMAKE= yes 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 --git a/benchmarks/google-benchmark/distinfo b/benchmarks/google-benchmark/distinfo index cdc73a8f683..6f40af26ddc 100644 --- a/benchmarks/google-benchmark/distinfo +++ b/benchmarks/google-benchmark/distinfo @@ -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 -- cgit v1.2.3