Generate a histogram graph to visualize the response time distribution from a single loadtest execution Todo: - [ ] see if loadtest already can output the response time for every request, if necessary make it write that data to a log file - [ ] make sure you are only getting response times for requests that were successful (HTTP code 200) - [ ] use python to generate a histogram of the response time data. Write your code in the file `scripts/histogram.py`