-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plot not starting at t=0 when there are error responses #391
Comments
mightyguava
changed the title
Plot not starting at t=0 when there are errors
Plot not starting at t=0 when there are error responses
Apr 18, 2019
Would you be able to store your results in a file with the response body and other sensitive data elided? Sharing that with me would really help debugging. |
Sure, here's the results gzipped in gob format. https://s3-us-west-2.amazonaws.com/yunchi-dynamodb-test/exp-009-stripped.bin.gz |
tsenart
added a commit
that referenced
this issue
Apr 28, 2019
This commit makes the `Plot.data` method return `dataPoints` sorted by their X axis value (i.e. elapsed seconds) Previously, each series would be added discontinuously to each other, essentially not being merge-sorted correctly. Fixes #391
tsenart
added a commit
that referenced
this issue
Apr 29, 2019
* plot: Sort data points by time elapsed This commit makes the `Plot.data` method return `dataPoints` sorted by their X axis value (i.e. elapsed seconds) Previously, each series would be added discontinuously to each other, essentially not being merge-sorted correctly. Fixes #391 * plot: Red and green color pallettes This commit makes the output color pallettes more intuitive. Reds for any labels that contain the word ERROR. Greens otherwise. Any plot with more series than the available colors will be hard to read because the colors will cycle.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version and Runtime
v12.3.0@7bf09f4fab4d852141935796455c17459d212098
Expected Behaviour
vegeta plot
creates a graph at t=0Actual Behaviour
vegeta plot
created a graph starting at t=892exp-009-read.html.zip
Steps to Reproduce
I used vegeta as a library in my load test, against DynamoDB, to test what happens when requests go over the provisioned capacity. My requests started getting throttled at around the 15 minute mark, which is exactly where the plot starts. I'm guessing a bug in plotting specifically.
Unfortunately I can't share the repo, but the setup I think is pretty standard:
The text was updated successfully, but these errors were encountered: