elastic / rally

Macrobenchmarking framework for Elasticsearch
Apache License 2.0
37 stars 314 forks source link

feat: Add ability to run esrallyd inside docker [ES-9146] #1885

Closed favilo closed 6 days ago

favilo commented 3 weeks ago

This waits for child processes to exit before exiting itself. This is necessary, because docker -d will just terminate the container once the main process ends.

Also adding ability to log json files.