You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a call with a complicated body or set of headers, I sometimes use 1 call until I get everything right. I have a microservice that actually runs vegeta attack and a script that calls that microservice and generates the reports. My script fails if vegeta exits with a nonzero code.
What version of the project are you using?
6.1.1
What operating system and processor architecture are you using?
macOS Sierra
Version 10.12.1 (16B2555)
MacBook Pro (Retina, 15-inch, Mid 2014)
Processor: 2.5 GHz Intel Core i7
What did you do?
I have a vegeta attack output file with only 1 request.
cat attack_output.data | vegeta report -reporter json
What did you expect to see?
a json report
What did you see instead?
Looks like go's json formatter can't handle +Inf. In python,
json.dumps(float('inf')) == 'Infinity'
.The text was updated successfully, but these errors were encountered: