[deps](benchmark) bump benchmakr from 1.5.6 -> 1.8.0 (#21121)

To support some new methods used in #21074
This commit is contained in:
Mingyu Chen
2023-06-25 23:42:54 +08:00
committed by GitHub
parent 0122aa79df
commit af51a31c21
4 changed files with 10 additions and 5 deletions

View File

@ -1484,7 +1484,7 @@ The Apache Software License, Version 2.0
* orc: 1.7.2
* cctz: 2.3
* aws sdk: 1.9.211
* benchmark: 1.5.6
* benchmark: 1.8.0
* simdjson: 3.0.1
* libhdfs3: 2.3.8
* opentelemetry-proto: 0.18.0

View File

@ -2,6 +2,10 @@
This file contains version of the third-party dependency libraries in the build-env image. The docker build-env image is apache/doris, and the tag is `build-env-${version}`
## v20230625
- Modified benchmark 1.5.6 -> 1.8.0
## v20230531
- Modified hadoop libhdfs 3.3.4.2 -> 3.3.4.3

View File

@ -1453,6 +1453,7 @@ build_benchmark() {
mkdir -p "${TP_INCLUDE_DIR}/benchmark"
cp "${TP_SOURCE_DIR}/${BENCHMARK_SOURCE}/include/benchmark/benchmark.h" "${TP_INCLUDE_DIR}/benchmark/"
cp "${TP_SOURCE_DIR}/${BENCHMARK_SOURCE}/include/benchmark/export.h" "${TP_INCLUDE_DIR}/benchmark/"
cp "${TP_SOURCE_DIR}/${BENCHMARK_SOURCE}/build/src/libbenchmark.a" "${TP_LIB_DIR}"
}

8
thirdparty/vars.sh vendored
View File

@ -386,10 +386,10 @@ PDQSORT_FILE="pdqsort.h"
PDQSORT_MD5SUM="af28f79d5d7d7a5486f54d9f1244c2b5"
# benchmark
BENCHMARK_DOWNLOAD="https://github.com/google/benchmark/archive/v1.5.6.tar.gz"
BENCHMARK_NAME=benchmark-1.5.6.tar.gz
BENCHMARK_SOURCE=benchmark-1.5.6
BENCHMARK_MD5SUM="668b9e10d8b0795e5d461894db18db3c"
BENCHMARK_DOWNLOAD="https://github.com/google/benchmark/archive/refs/tags/v1.8.0.tar.gz"
BENCHMARK_NAME=v1.8.0.tar.gz
BENCHMARK_SOURCE=benchmark-1.8.0
BENCHMARK_MD5SUM="8ddf8571d3f6198d37852bcbd964f817"
# xsimd
# for arrow-7.0.0, if arrow upgrade, this version may also need to be changed