Question
how can I get latency of each request generated by wrk2 benchmarking tool?
I just read your blog how to benchmark http latency with wrk on ubuntu. I want to print all requests and their latencies generated by wrk2. My question is how can i do this? Can i use latency(i) provided in “done” function by wrk2? How can I do this?