elastic / rally-tracks

Track specifications for the Elasticsearch benchmarking tool Rally
19 stars 181 forks source link

Use documented track param parallel_indexing_target_throughput #617

Open wangch079 opened 4 months ago

wangch079 commented 4 months ago

The Wikipedia track documented that it supported track param parallel_indexing_target_throughput but it doesn't.

This PR updates the track to use the param parallel_indexing_target_throughput

wangch079 commented 4 months ago

The number for target throughput is a total requests per second, across all clients, not a percentage.

This is my understanding as well. If we use the default value for parallel_indexing_search_clients (20), and parallel_indexing_target_throughput (100), each client will try to send 5 requests per second.