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 2017/01/11 10:27:15 UTC

ignite git commit: Fixed benchmarks config.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3477 942076720 -> 9d38f6bba


Fixed benchmarks config.


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

Branch: refs/heads/ignite-3477
Commit: 9d38f6bba15223c6fd091fb73be7d8b893f71afa
Parents: 9420767
Author: sboikov <sb...@gridgain.com>
Authored: Wed Jan 11 13:25:19 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Jan 11 13:25:19 2017 +0300

----------------------------------------------------------------------
 modules/yardstick/config/ignite-base-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9d38f6bb/modules/yardstick/config/ignite-base-config.xml
----------------------------------------------------------------------
diff --git a/modules/yardstick/config/ignite-base-config.xml b/modules/yardstick/config/ignite-base-config.xml
index 047738d..7610b0b 100644
--- a/modules/yardstick/config/ignite-base-config.xml
+++ b/modules/yardstick/config/ignite-base-config.xml
@@ -126,7 +126,7 @@
 
                     <property name="atomicityMode" value="ATOMIC"/>
 
-                    <property name="typeMetadata">
+                    <property name="indexedTypes">
                         <list>
                             <value>java.lang.Integer</value>
                             <value>org.apache.ignite.yardstick.cache.model.Person1</value>