Author: mircea.markus
Date: 2008-07-23 20:55:05 -0400 (Wed, 23 Jul 2008)
New Revision: 6389
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java
Log:
bug fixing
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java 2008-07-24
00:53:25 UTC (rev 6388)
+++
benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/src/org/cachebench/cachewrappers/Coherence331Wrapper.java 2008-07-24
00:55:05 UTC (rev 6389)
@@ -28,10 +28,12 @@
if (trimmedConfig.indexOf("repl") == 0)
{
cache = CacheFactory.getCache("repl-CacheBenchmarkFramework");
+ return;
}
if (trimmedConfig.indexOf("dist") == 0)
{
cache = CacheFactory.getCache("dist-CacheBenchmarkFramework");
+ return;
}
throw new RuntimeException("Invalid configuration ('" + trimmedConfig
+ "'). Configuration name should start with: 'dist' or
'repl'");
}
Show replies by date