Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ignite
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/44b52b4a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/44b52b4a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/44b52b4a Branch: refs/heads/yarn Commit: 44b52b4a8968808ad7c17d510e56c8defe8ee837 Parents: 1cf479b 1a6948e Author: agura <ag...@gridgain.com> Authored: Wed Jul 8 13:31:12 2015 +0300 Committer: agura <ag...@gridgain.com> Committed: Wed Jul 8 13:31:12 2015 +0300 ---------------------------------------------------------------------- .../config/benchmark-index-put.properties | 64 -------- .../config/benchmark-put-indexed-val.properties | 64 ++++++++ .../cache/IgnitePutIndex1Benchmark.java | 42 ----- .../cache/IgnitePutIndex2Benchmark.java | 42 ----- .../cache/IgnitePutIndexedValue1Benchmark.java | 42 +++++ .../cache/IgnitePutIndexedValue2Benchmark.java | 42 +++++ .../cache/IgnitePutIndexedValue8Benchmark.java | 2 +- .../ignite/yardstick/cache/model/Person1.java | 29 +--- .../ignite/yardstick/cache/model/Person2.java | 45 +----- .../ignite/yardstick/cache/model/Person8.java | 155 ++----------------- 10 files changed, 167 insertions(+), 360 deletions(-) ----------------------------------------------------------------------