I'm reading through the custom tracks and the eventdata-track by @cdahlqvist and I can't figure out how to set it up. Is there a guide or how-to?
Track: https://github.com/cdahlqvist/eventdata-track
In order to use it as is, you should just need to update your rally.ini
file as follows:
[tracks]
default.url = https://github.com/elastic/rally-tracks
eventdata.url = https://github.com/elastic/rally-eventdata-track
You then use it by specifying the following runtime parameters: --track=eventdata --track-repository=eventdata
As the eventuate track generates data, it its more CPU intensive than the standard tracks that just read from a file, so I would recommend running Rally on separate hardware for any real benchmark.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.