I am using Locust to fire a large number of queries to an api. The results of this process are saved as the normal csv files. Since I am running Locust through command line, I have rewritten the response writer and used it directly in my test code.
The only problem I am facing currently is how do I plug this csv with the performance plugin of jenkins so that I have a graph that shows me a graphical result. I have been looking around but it seems jmeter and junit are the only two options that I have. Anyone who has been through this ordeal off lately?