You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/10/11 15:18:22 UTC

[geode] branch develop updated: GEODE-9703: roll redis benchmark baseline past the module rename (#6966)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 316d020  GEODE-9703: roll redis benchmark baseline past the module rename (#6966)
316d020 is described below

commit 316d020b3b1b46f7c4c0d2d03c723cda954fc681
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Mon Oct 11 08:17:00 2021 -0700

    GEODE-9703: roll redis benchmark baseline past the module rename (#6966)
---
 ci/pipelines/shared/jinja.variables.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index eac03b6..9a272af 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -37,8 +37,8 @@ benchmarks:
     timeout: 12h
   - title: 'radish'
     # The current radish baseline version is taken from the commit:
-    #   GEODE-9169: remove netty context switch (#6725)
-    baseline_branch: 'ed38145379d3da05ecc79a39fa145030bbd4fb1e'
+    #   GEODE-9567: Restore accidentally-removed patch file.
+    baseline_branch: '311ba9853ee32742690374b9e57b1ffa2c750843'
     baseline_version: ''
     flag: '-PtestJVM=/usr/lib/jvm/bellsoft-java11-amd64 -Pbenchmark.withRedisCluster=geode -Pbenchmark.withServerCount=2'
     options: '--tests=org.apache.geode.benchmark.redis.tests.*'