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

HTML plot not showing #237

Closed ghost closed 7 years ago

ghost commented 7 years ago

With a large file over 10GB (when compressed). Cannot add it here. results.bin: https://drive.google.com/open?id=0B2QklcOYaqCASUNGalhuMzNzSkE

ghost commented 7 years ago

Installed 'go version go1.8.3' from source and Vegeta HEAD. Still no graph.

ghost commented 7 years ago

Do we have any idea of what this issue could be?

ghost commented 7 years ago

The HTML plot doesn't do any sort of smart tine series compression. It adds every single data point to the plot. Without further investigation, I imagine this is a scaling problem. The browser's Javascript engine probably can't handle that data size.