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: Wed Oct 7 20:49:56 UTC 2020
Modified Files:
pkgsrc/benchmarks/google-benchmark: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/benchmarks/google-benchmark/Makefile:1.9
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.8 Thu Jun 11 17:01:06 2020
+++ pkgsrc/benchmarks/google-benchmark/Makefile Wed Oct 7 20:49:56 2020
@@ -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
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.7 pkgsrc/benchmarks/google-benchmark/distinfo:1.8
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.7 Thu Jun 11 17:01:06 2020
+++ pkgsrc/benchmarks/google-benchmark/distinfo Wed Oct 7 20:49:56 2020
@@ -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