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: Mon Aug 19 22:03:38 UTC 2024
Modified Files:
pkgsrc/benchmarks/google-benchmark: Makefile distinfo
Log Message:
google-benchmark: update to 1.9.0.
breaking
Ensure reported Time is walltime by removing spurious scaling by threads by @dmah42 in #1836
other
Update benchmark Python bindings for nanobind 2.0, and update to nano… by @hawkinsp in #1817
Revert to token authentication for PyPI wheel uploads by @nicholasjng in #1819
Suppress invalid-offsetof warning for clang by @DKLoehr in #1821
Use log2 now that NDK requires at least API 21 which includes it. by @dmah42 in #1822
Update libs into .pre-commit-config.yaml by @mosfet80 in #1825
Update nanobind into benchmark_deps.bzl by @mosfet80 in #1826
Bump nanobind-bazel to v2.1.0, add stubgen target by @nicholasjng in #1824
Move ProfilerManager Start/Stop routines closer to benchmark #1807 by @xdje42 in #1818
Cache upd by @mosfet80 in #1830
Update clang-format-lint-action by @mosfet80 in #1829
chore: update perf_counters.cc by @eltociear in #1831
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/benchmarks/google-benchmark/Makefile \
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.26 pkgsrc/benchmarks/google-benchmark/Makefile:1.27
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.26 Fri Jul 19 06:49:06 2024
+++ pkgsrc/benchmarks/google-benchmark/Makefile Mon Aug 19 22:03:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/07/19 06:49:06 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/08/19 22:03:38 wiz Exp $
-DISTNAME= benchmark-1.8.5
+DISTNAME= benchmark-1.9.0
PKGNAME= google-${DISTNAME}
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
@@ -14,6 +14,8 @@ LICENSE= apache-2.0
USE_CXX_FEATURES= c++14
USE_LANGUAGES= c c++
+# 1.9.0:
+# 100% tests passed, 0 tests failed out of 67
TEST_TARGET= test
CMAKE_ARGS+= -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.26 pkgsrc/benchmarks/google-benchmark/distinfo:1.27
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.26 Fri Jul 19 06:49:06 2024
+++ pkgsrc/benchmarks/google-benchmark/distinfo Mon Aug 19 22:03:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/07/19 06:49:06 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/08/19 22:03:38 wiz Exp $
-BLAKE2s (benchmark-1.8.5.tar.gz) = 7aa954772f44a65174223ceb186844ab6da75226b3c7b0ce79dc57840e06a19b
-SHA512 (benchmark-1.8.5.tar.gz) = 86b16abf64961f5f9b8a539f81eefac580e8793e3270e826cf5c624cde2e64ed7e67a5f1c34c3d7250a11c61b1660c9287643df4502de598c1d9581c4a1df752
-Size (benchmark-1.8.5.tar.gz) = 253306 bytes
+BLAKE2s (benchmark-1.9.0.tar.gz) = 7db74edde853e055f081767e6bcd2becf7103f66b2514bdf8853eeba105c2b7b
+SHA512 (benchmark-1.9.0.tar.gz) = 0e91e0e5a2222d7650fd8bd9cafb2f0e7c1689cd1b87b2cc529c738db12bfef31162aa5a4da78f7b0aa7f0101dc08b626802c58d39862458f82f9fea9316ca25
+Size (benchmark-1.9.0.tar.gz) = 253961 bytes
Home |
Main Index |
Thread Index |
Old Index