* 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) OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=53
19 lines
638 B
Plaintext
19 lines
638 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="revision">v1.9.0</param>
|
|
<param name="versionformat">1.9.0</param>
|
|
<param name="url">https://github.com/google/benchmark.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.*</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="file">benchmark.spec</param>
|
|
</service>
|
|
</services>
|