Repository: ignite Updated Branches: refs/heads/master 9bf15f210 -> d1151d49e
Configuration fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/28196d03 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/28196d03 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/28196d03 Branch: refs/heads/master Commit: 28196d0345ce600cc5f66b5ffe45456f3aa54429 Parents: 49c5124 Author: Anton Vinogradov <[email protected]> Authored: Wed May 11 14:59:23 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Wed May 11 14:59:23 2016 +0300 ---------------------------------------------------------------------- modules/yardstick/config/benchmark-cache-load.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/28196d03/modules/yardstick/config/benchmark-cache-load.properties ---------------------------------------------------------------------- diff --git a/modules/yardstick/config/benchmark-cache-load.properties b/modules/yardstick/config/benchmark-cache-load.properties index 7c7b8ab..9d77273 100644 --- a/modules/yardstick/config/benchmark-cache-load.properties +++ b/modules/yardstick/config/benchmark-cache-load.properties @@ -83,4 +83,7 @@ r=1000000 # Run configuration. # Note that each benchmark is set to run for 300 seconds (5 mins) with warm-up set to 60 seconds (1 minute). CONFIGS="\ --cfg ${SCRIPT_DIR}/../config/ignite-cache-load-config.xml -nn ${nodesNum} -b ${b} -r ${r} -w ${w} -d ${d} -pa ${pa} -t ${t} -sm ${sm} -dn IgniteCacheRandomOperationBenchmark -sn IgniteNode -ds cache-random-benchmark-1-backup -qf config\queries.sql" \ No newline at end of file +-cfg ${SCRIPT_DIR}/../config/ignite-cache-load-config.xml -nn ${nodesNum} -b ${b} -r ${r} -w ${w} -d ${d} -pa ${pa} -t ${t} -sm ${sm} -dn IgniteCacheRandomOperationBenchmark -sn IgniteNode -ds cache-random-benchmark-1-backup -qf ${SCRIPT_DIR}/../config/queries.sql \ +--allow-operation PUT --allow-operation PUT_ALL --allow-operation GET --allow-operation GET_ALL --allow-operation INVOKE --allow-operation INVOKE_ALL --allow-operation REMOVE \ +--allow-operation REMOVE_ALL --allow-operation PUT_IF_ABSENT --allow-operation REPLACE --allow-operation SCAN_QUERY --allow-operation SQL_QUERY --allow-operation CONTINUOUS_QUERIE \ +" \ No newline at end of file
