Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC46B18B27 for ; Wed, 8 Jul 2015 10:31:49 +0000 (UTC) Received: (qmail 85070 invoked by uid 500); 8 Jul 2015 10:31:49 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 85041 invoked by uid 500); 8 Jul 2015 10:31:49 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 85032 invoked by uid 99); 8 Jul 2015 10:31:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 10:31:49 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 08 Jul 2015 10:29:39 +0000 Received: (qmail 84431 invoked by uid 99); 8 Jul 2015 10:31:26 -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; Wed, 08 Jul 2015 10:31:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 30060E00D5; Wed, 8 Jul 2015 10:31:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 08 Jul 2015 10:31:27 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-ignite git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ignite X-Virus-Checked: Checked by ClamAV on apache.org 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/master Commit: 44b52b4a8968808ad7c17d510e56c8defe8ee837 Parents: 1cf479b 1a6948e Author: agura Authored: Wed Jul 8 13:31:12 2015 +0300 Committer: agura 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(-) ----------------------------------------------------------------------