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

jinwoo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 02867164 GEODE-10570: Update benchmark baseline
02867164 is described below

commit 02867164cfc2545ac845a5ec5b7c14555715d95b
Author: JinwooHwang <[email protected]>
AuthorDate: Fri Mar 27 15:18:18 2026 -0400

    GEODE-10570: Update benchmark baseline
    
    Updates the default benchmark baseline on develop to 2.0.1
---
 infrastructure/scripts/aws/run_against_baseline.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/scripts/aws/run_against_baseline.sh 
b/infrastructure/scripts/aws/run_against_baseline.sh
index 6f6ea3e2..6f86cb1c 100755
--- a/infrastructure/scripts/aws/run_against_baseline.sh
+++ b/infrastructure/scripts/aws/run_against_baseline.sh
@@ -33,7 +33,7 @@ BRANCH=${DEFAULT_BRANCH}
 DEFAULT_BASELINE_REPO='apache/geode'
 DEFAULT_BASELINE_REPO_URL="https://github.com/${DEFAULT_BASELINE_REPO}";
 BASELINE_REPO=${DEFAULT_BASELINE_REPO}
-DEFAULT_BASELINE_VERSION=2.0.0
+DEFAULT_BASELINE_VERSION=2.0.1
 BASELINE_VERSION=${DEFAULT_BASELINE_VERSION}
 
 TAG=

Reply via email to