mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 00:25:22 +00:00
Only run CRDT bench by default.
This commit is contained in:
parent
216a8a273e
commit
e38c5423aa
@ -5,10 +5,10 @@ make clean
|
||||
make
|
||||
|
||||
echo "Running the CRDT team benchmark."
|
||||
./riak_test -c rtperf -t crdt_team_map -v -- --run-time 20 --ram-size 61440 --name crdt_team_map
|
||||
./riak_test -c rtperf -t crdt_team_map -v -- --run-time 10 --ram-size 61440 --name crdt_team_map
|
||||
|
||||
echo "Running the get/put benchmark."
|
||||
./riak_test -c rtperf -t get_put -v -- --run-time 20 --ram-size 61440 --name get_put
|
||||
# echo "Running the get/put benchmark."
|
||||
# ./riak_test -c rtperf -t get_put -v -- --run-time 10 --ram-size 61440 --name get_put
|
||||
|
||||
echo "Running the consistent get/put benchmark."
|
||||
./riak_test -c rtperf -t consistent_get_put -v -- --run-time 20 --ram-size 61440 --name consistent_get_put
|
||||
# echo "Running the consistent get/put benchmark."
|
||||
# ./riak_test -c rtperf -t consistent_get_put -v -- --run-time 10 --ram-size 61440 --name consistent_get_put
|
||||
|
Loading…
Reference in New Issue
Block a user