You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2021/10/26 19:41:54 UTC

[geode-benchmarks] branch develop updated: GEODE-9773: Update Radish region name

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

jensdeppe 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 db2a063  GEODE-9773: Update Radish region name
db2a063 is described below

commit db2a063db226bcbb8cd24f757a10cff85472bc50
Author: Jens Deppe <jd...@vmware.com>
AuthorDate: Tue Oct 26 12:41:39 2021 -0700

    GEODE-9773: Update Radish region name
---
 .../main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java
index 8210c7a..63cfaf2 100644
--- a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java
+++ b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/redis/tasks/InitRegion.java
@@ -28,7 +28,7 @@ import org.apache.geode.perftest.TestContext;
 
 public class InitRegion implements Task {
 
-  public static final String REDIS_DATA_REGION = "REDIS_DATA";
+  public static final String REDIS_DATA_REGION = "GEODE_FOR_REDIS";
 
   @Override
   public void run(final TestContext context) throws Exception {