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 6A1F917865 for ; Thu, 19 Nov 2015 16:37:17 +0000 (UTC) Received: (qmail 66530 invoked by uid 500); 19 Nov 2015 16:37:17 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 66492 invoked by uid 500); 19 Nov 2015 16:37:17 -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 66477 invoked by uid 99); 19 Nov 2015 16:37:17 -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; Thu, 19 Nov 2015 16:37:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 29D99E17CB; Thu, 19 Nov 2015 16:37:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: Updated benchmark properties file: benchmark-query-put-separated.properties Date: Thu, 19 Nov 2015 16:37:17 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-1.5 c85d1f5fe -> 8728a5b8a Updated benchmark properties file: benchmark-query-put-separated.properties Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8728a5b8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8728a5b8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8728a5b8 Branch: refs/heads/ignite-1.5 Commit: 8728a5b8a1b70cd0aa2c623e38c7e93e1bd2d5f3 Parents: c85d1f5 Author: ashutak Authored: Thu Nov 19 19:36:56 2015 +0300 Committer: ashutak Committed: Thu Nov 19 19:36:56 2015 +0300 ---------------------------------------------------------------------- .../config/benchmark-query-put-separated.properties | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8728a5b8/modules/yardstick/config/benchmark-query-put-separated.properties ---------------------------------------------------------------------- diff --git a/modules/yardstick/config/benchmark-query-put-separated.properties b/modules/yardstick/config/benchmark-query-put-separated.properties index b1b2942..6d2ce33 100644 --- a/modules/yardstick/config/benchmark-query-put-separated.properties +++ b/modules/yardstick/config/benchmark-query-put-separated.properties @@ -70,10 +70,10 @@ nodesNum=$((`echo ${SERVER_HOSTS} | tr ',' '\n' | wc -l` + `echo ${DRIVER_HOSTS} b=1 # Warmup. -w=10 +w=60 # Duration. -d=30 +d=300 # Threads count. t=64 @@ -81,8 +81,7 @@ t=64 # Sync mode. sm=PRIMARY_SYNC -# Run configuration which contains all benchmarks. -# Note that each benchmark is set to run for 300 seconds (5 mins) with warm-up set to 60 seconds (1 minute). +# Run configuration which contains separated query put benchmark. CONFIGS="\ --cfg ${SCRIPT_DIR}/../config/ignite-localhost-config.xml -nn ${nodesNum} -b 1 -w ${w} -d ${d} -t ${t} -sm PRIMARY_SYNC -dn IgniteSqlQueryPutSeparatedBenchmark -sn IgniteNode -ds query-put-1b,\ +-cfg ${SCRIPT_DIR}/../config/ignite-localhost-config.xml -nn ${nodesNum} -b 1 -w ${w} -d ${d} -t ${t} -sm PRIMARY_SYNC -dn IgniteSqlQueryPutSeparatedBenchmark -sn IgniteNode -ds ${ver}query-put-separated-1b,\ "