You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/11/19 17:37:17 UTC

ignite git commit: Updated benchmark properties file: benchmark-query-put-separated.properties

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 <as...@gridgain.com>
Authored: Thu Nov 19 19:36:56 2015 +0300
Committer: ashutak <as...@gridgain.com>
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,\
 "