* Be compliant and return 0 from main. * Fix windows warning on type conversion (#1121) * Add verbosity to CI logs (#1122) * fix cmake issue with referencing a non-existing function argument (#1118) * [tools] Fix dumb mistake in previous commit - print aggregates only means aggregates, not non-aggregates * [tools] Don't forget to print UTest when printing aggregates only * [sysinfo] Fix CPU Frequency reading on AMD Ryzen CPU's (#1117) * Use fewer ramp up repetitions when KeepRunningBatch is used (#1113) * Add bazel status to README * Re-enable bazel without bazelisk and with scoped build/test targets (#1109) - Drop no longer needed 0001-src-benchmark_register.h-add-missing-limits-inclusio.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=36
19 lines
662 B
Plaintext
19 lines
662 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="versionformat">@PARENT_TAG@</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>
|
|
<param name="versionrewrite-pattern">v(.*)</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="disabled">
|
|
<param name="file">benchmark.spec</param>
|
|
</service>
|
|
</services>
|