Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B6004200B40 for ; Fri, 1 Jul 2016 12:40:53 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B4AF9160A72; Fri, 1 Jul 2016 10:40:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BFD16160A79 for ; Fri, 1 Jul 2016 12:40:52 +0200 (CEST) Received: (qmail 10721 invoked by uid 500); 1 Jul 2016 10:40:52 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 10324 invoked by uid 99); 1 Jul 2016 10:40:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 10:40:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9125AEC227; Fri, 1 Jul 2016 10:40:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Fri, 01 Jul 2016 10:41:04 -0000 Message-Id: <49375619597e40989fa8e32fb4d0a88a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/20] ignite git commit: Merge remote-tracking branch 'upstream/gridgain-7.5.28' into gridgain-7.5.28 archived-at: Fri, 01 Jul 2016 10:40:53 -0000 Merge remote-tracking branch 'upstream/gridgain-7.5.28' into gridgain-7.5.28 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6664ce8c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6664ce8c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6664ce8c Branch: refs/heads/ignite-3410 Commit: 6664ce8cc5f08d90ea40cb494e4e06f06badc167 Parents: d146406 6bf57cc Author: vozerov-gridgain Authored: Wed Jun 29 16:52:00 2016 +0300 Committer: vozerov-gridgain Committed: Wed Jun 29 16:52:00 2016 +0300 ---------------------------------------------------------------------- .../config/benchmark-cache-load-win.properties | 60 + .../config/benchmark-cache-load.properties | 92 ++ .../yardstick/config/benchmark-full.properties | 116 ++ .../config/ignite-base-load-config.xml | 255 ++++ .../config/ignite-cache-load-config.xml | 71 ++ modules/yardstick/config/queries.sql | 2 + .../yardstick/IgniteBenchmarkArguments.java | 50 +- .../org/apache/ignite/yardstick/IgniteNode.java | 2 + .../cache/IgniteCacheAbstractBenchmark.java | 59 + .../yardstick/cache/IgniteGetTxBenchmark.java | 30 + .../yardstick/cache/IgniteInvokeBenchmark.java | 65 + .../cache/IgniteInvokeTxBenchmark.java | 30 + .../IgniteCacheRandomOperationBenchmark.java | 1160 ++++++++++++++++++ .../yardstick/cache/load/model/ModelUtil.java | 181 +++ .../cache/load/model/key/Identifier.java | 113 ++ .../yardstick/cache/load/model/key/Mark.java | 115 ++ .../yardstick/cache/load/model/value/Car.java | 126 ++ .../yardstick/cache/load/model/value/Color.java | 50 + .../yardstick/cache/load/model/value/Truck.java | 69 ++ .../ignite/yardstick/cache/model/Account.java | 6 + .../ignite/yardstick/cache/model/Person1.java | 2 +- .../ignite/yardstick/cache/model/Person2.java | 2 +- .../ignite/yardstick/cache/model/SampleKey.java | 2 +- .../yardstick/cache/model/SampleValue.java | 2 +- 24 files changed, 2655 insertions(+), 5 deletions(-) ----------------------------------------------------------------------