You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/06/25 15:43:01 UTC

[doris] branch master updated: [deps](benchmark) bump benchmakr from 1.5.6 -> 1.8.0 (#21121)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new af51a31c21 [deps](benchmark) bump benchmakr from 1.5.6 -> 1.8.0 (#21121)
af51a31c21 is described below

commit af51a31c218e8061bebd04567b6a5897a804c902
Author: Mingyu Chen <mo...@163.com>
AuthorDate: Sun Jun 25 23:42:54 2023 +0800

    [deps](benchmark) bump benchmakr from 1.5.6 -> 1.8.0 (#21121)
    
    To support some new methods used in #21074
---
 dist/LICENSE-dist.txt          | 2 +-
 thirdparty/CHANGELOG.md        | 4 ++++
 thirdparty/build-thirdparty.sh | 1 +
 thirdparty/vars.sh             | 8 ++++----
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt
index 93134e043b..d44f6bf496 100644
--- a/dist/LICENSE-dist.txt
+++ b/dist/LICENSE-dist.txt
@@ -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
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index 60ec92e78e..abc7c83e76 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -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
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index ad348b72c9..2b12012316 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -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}"
 }
 
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 861a018b40..bc7a53a37e 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org