This feature requires redisbench-admin>=0.4.4.
OSS clustered remote benchmark are still not possible to run ( nonetheless all specs are already here, meaning this is just a change in the tool herself and on .circleci.conf afterwards ). For now only clustered local benchmarks and profiling.
To trigger all local clustered benchmarks just:
make benchmark
To trigger a specific local clustered benchmark just:
make benchmark BENCHMARK=ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query.yml
To profile a local clustered benchmark just:
make benchmark BENCHMARK=ftsb-1M-enwiki_abstract-hashes-fulltext-simple-1word-query.yml PROFILE=1
Notice that this PR uses a 3 primary setup as described in common.yml
This feature requires
redisbench-admin>=0.4.4
. OSS clustered remote benchmark are still not possible to run ( nonetheless all specs are already here, meaning this is just a change in the tool herself and on.circleci.conf
afterwards ). For now only clustered local benchmarks and profiling.To trigger all local clustered benchmarks just:
To trigger a specific local clustered benchmark just:
To profile a local clustered benchmark just:
Notice that this PR uses a 3 primary setup as described in common.yml