Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

7 changed files with 10 additions and 25 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="obs_scm" mode="manual">
<param name="revision">v1.9.0</param>
<param name="versionformat">1.9.0</param>
<param name="revision">v1.8.5</param>
<param name="versionformat">1.8.5</param>
<param name="url">https://github.com/google/benchmark.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/google/benchmark.git</param>
<param name="changesrevision">12235e24652fc7f809373e7c11a5f73c5763fc4c</param></service></servicedata>
<param name="changesrevision">a6ad7fbbdc2e14fab82bb8a6d27760d700198cbf</param></service></servicedata>

BIN
benchmark-1.8.5.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fec0f57478a8f6aeabaa6cbd198f0fb3148169eb16362450ed4320c6a9efeb3d
size 1028620

View File

@ -1,18 +1,3 @@
-------------------------------------------------------------------
Sat Oct 19 15:40:54 UTC 2024 - andrea.manzini@suse.com
- Update to version 1.9.0:
* Ensure reported Time is walltime by removing spurious scaling by threads (#1836)
* Update clang-format-lint-action (#1829)
* Cache upd (#1830)
* Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1818)
* Bump nanobind-bazel to v2.1.0, add stubgen target (#1824)
* Update nanobind into benchmark_deps.bzl (#1826)
* Update libs into .pre-commit-config.yaml (#1825)
* Use log2 now that NDK requires at least API 21 which includes it. (#1822)
* Suppress invalid-offsetof warning for clang (#1821)
* Update benchmark Python bindings for nanobind 2.0, and update to nanobind 2.0. (#1817)
-------------------------------------------------------------------
Tue Jul 30 09:23:50 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,4 +1,4 @@
name: benchmark
version: 1.9.0
mtime: 1723802895
commit: 12235e24652fc7f809373e7c11a5f73c5763fc4c
version: 1.8.5
mtime: 1721297584
commit: a6ad7fbbdc2e14fab82bb8a6d27760d700198cbf

View File

@ -19,7 +19,7 @@
%define soname lib%{name}
%define sover 1
Name: benchmark
Version: 1.9.0
Version: 1.8.5
Release: 0
Summary: A microbenchmark support library
License: Apache-2.0