elastic / rally-tracks

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

Update elastic/apm to use time-period for bulk operation #577

Closed kyungeunni closed 6 months ago

kyungeunni commented 7 months ago

run races for a specified time period instead of iterations.

example command:

esrally race --track=elastic/apm --on-error=abort  --kill-running-process \
--track-params="bulk_size:5700,bulk_time_period:3600,bulk_warmup_period:120,bulk_clients:8"  \
--car="defaults,x-pack-apm" \
--client-options="http_compress:true"
kyungeunni commented 7 months ago

The tests should be fixed by https://github.com/elastic/rally-tracks/pull/572