'update-benchmark' (#13726)

* Benchmark 1.9.0 => 1.9.4

* update-benchmark: Package File Update Run on linux/386 container.

* update-benchmark: Package File Update Run on linux/amd64 container.

* update-benchmark: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-12-05 22:14:33 +11:00
committed by GitHub
parent e57d17c6eb
commit b90b574add
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 3667127
# Total size: 3701625
/usr/local/include/benchmark/benchmark.h
/usr/local/include/benchmark/export.h
/usr/local/lib/cmake/benchmark/benchmarkConfig.cmake

View File

@@ -1,4 +1,4 @@
# Total size: 3632611
# Total size: 3656649
/usr/local/include/benchmark/benchmark.h
/usr/local/include/benchmark/export.h
/usr/local/lib/cmake/benchmark/benchmarkConfig.cmake

View File

@@ -1,4 +1,4 @@
# Total size: 3670987
# Total size: 3708253
/usr/local/include/benchmark/benchmark.h
/usr/local/include/benchmark/export.h
/usr/local/lib64/cmake/benchmark/benchmarkConfig.cmake

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Benchmark < CMake
description 'A microbenchmark support library from Google'
homepage 'https://github.com/google/benchmark/'
version '1.9.0'
version '1.9.4'
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/google/benchmark.git'
@@ -11,10 +11,10 @@ class Benchmark < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'c5acbb3c69c92159700d8bff17a9e94358c84aff54e4e30aa55268591e13bbe4',
armv7l: 'c5acbb3c69c92159700d8bff17a9e94358c84aff54e4e30aa55268591e13bbe4',
i686: 'b4cc6f68c8e508b50b194d2e16f47fca7fba9389aa9378f87683d02d9a6cc9da',
x86_64: 'a2eb9d362c7c47f2ce1394549a25b5c7e605a198cc944d7b60e88179a414a60d'
aarch64: 'b62bb1b03e6ae3b22ded2802f583b645ff85d44df14e243764aed9fb40790334',
armv7l: 'b62bb1b03e6ae3b22ded2802f583b645ff85d44df14e243764aed9fb40790334',
i686: '4827580647fedd10593b7f7b1fa33ccbd879138c9a133e839eda2db6b004a42e',
x86_64: '9e7c4cde27998cfa84602cc60150f6256898b5cb4910344187363bb9354eaad0'
})
depends_on 'gtest' => :build