tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.5k stars 1.36k forks source link

Plot two different vegeta reports #264

Closed hectorj2f closed 7 years ago

hectorj2f commented 7 years ago

Hi guys,

I'd like to plot in a combination two *.bin files. Do you know if there is any tool to do it? I know I can get a html file out of each file, but I'd like to plot into a single graph the result of two files.

How can I consume the .bin to get the metrics and then create a graph combining different results ?

Thanks in advance

hectorj2f commented 7 years ago

I found a way of getting the values via the dump command.