You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/24 12:13:55 UTC

incubator-ignite git commit: #ignite-yardstick-client change benchmark.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-yardstick-client 8f6db6149 -> 987549b68


#ignite-yardstick-client change benchmark.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/987549b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/987549b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/987549b6

Branch: refs/heads/ignite-yardstick-client
Commit: 987549b68a38794217a8ab7286f2d5d4ddf19962
Parents: 8f6db61
Author: nikolay_tikhonov <nt...@gridgain.com>
Authored: Wed Jun 24 13:13:51 2015 +0300
Committer: nikolay_tikhonov <nt...@gridgain.com>
Committed: Wed Jun 24 13:13:51 2015 +0300

----------------------------------------------------------------------
 .../yardstick/cache/IgnitePutGetClientPerThreadBenchmark.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/987549b6/modules/yardstick/src/main/java/org/apache/ignite/yardstick/cache/IgnitePutGetClientPerThreadBenchmark.java
----------------------------------------------------------------------
diff --git a/modules/yardstick/src/main/java/org/apache/ignite/yardstick/cache/IgnitePutGetClientPerThreadBenchmark.java b/modules/yardstick/src/main/java/org/apache/ignite/yardstick/cache/IgnitePutGetClientPerThreadBenchmark.java
index e33b7b7..d80843a 100644
--- a/modules/yardstick/src/main/java/org/apache/ignite/yardstick/cache/IgnitePutGetClientPerThreadBenchmark.java
+++ b/modules/yardstick/src/main/java/org/apache/ignite/yardstick/cache/IgnitePutGetClientPerThreadBenchmark.java
@@ -73,6 +73,6 @@ public class IgnitePutGetClientPerThreadBenchmark extends IgniteCacheAbstractBen
 
     /** {@inheritDoc} */
     @Override protected IgniteCache<Integer, Object> cache() {
-        return ignite().cache("atomic");
+        return null;//ignite().cache("atomic");
     }
 }