Add benchmark

Summary:
X-link: https://github.com/facebookincubator/velox/pull/5350

Adds the latest google benchmark version (v1.8.0) to the manifests.

This is required by Zstrong, which I'm adding in a stacked diff.

bypass-github-export-checks

Reviewed By: quark-zju

Differential Revision: D46747196

fbshipit-source-id: 624ca665cff0617d515a1647683870c7a5cb5c66
This commit is contained in:
Nick Terrell 2023-06-21 19:48:28 -07:00 committed by Facebook GitHub Bot
parent 3c7ac286e0
commit 87b1af7755

View File

@ -0,0 +1,13 @@
[manifest]
name = benchmark
[download]
url = https://github.com/google/benchmark/archive/refs/tags/v1.8.0.tar.gz
sha256 = ea2e94c24ddf6594d15c711c06ccd4486434d9cf3eca954e2af8a20c88f9f172
[build]
builder = cmake
subdir = benchmark-1.8.0/
[cmake.defines]
BENCHMARK_ENABLE_TESTING=OFF