Merge remote-tracking branch 'remotes/origin/master' into ignite-2004
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/db1bf2cb Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/db1bf2cb Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/db1bf2cb Branch: refs/heads/ignite-2004 Commit: db1bf2cbd8fdee58d57933a9c53ebd5a12cdfffb Parents: 49e4610 854357e Author: sboikov <[email protected]> Authored: Thu Apr 14 08:32:31 2016 +0300 Committer: sboikov <[email protected]> Committed: Thu Apr 14 08:32:31 2016 +0300 ---------------------------------------------------------------------- .../cache/AtomicBinaryOffheapBatchTest.java | 384 +++++++++ .../config/benchmark-cache-load-win.properties | 56 ++ .../config/benchmark-cache-load.properties | 61 ++ .../yardstick/IgniteBenchmarkArguments.java | 14 +- .../IgniteCacheRandomOperationBenchmark.java | 773 +++++++++++++++++++ .../yardstick/cache/load/model/ModelUtil.java | 148 ++++ .../cache/load/model/key/Identifier.java | 106 +++ .../yardstick/cache/load/model/key/Mark.java | 104 +++ .../yardstick/cache/load/model/value/Car.java | 121 +++ .../yardstick/cache/load/model/value/Color.java | 48 ++ .../yardstick/cache/load/model/value/Truck.java | 62 ++ 11 files changed, 1876 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
