Skip to content
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

Invalid example #607

Open
kazimir-malevich opened this issue Sep 15, 2022 · 0 comments
Open

Invalid example #607

kazimir-malevich opened this issue Sep 15, 2022 · 0 comments

Comments

@kazimir-malevich
Copy link

Version and Runtime

~ $ vegeta -version
Version: 12.8.4
Commit: 
Runtime: go1.17.2 darwin/arm64
Date: 2020-10-11T10:37:33Z

Expected Behaviour

An example has been given that is not valid

Actual Behaviour

Returns

encode: can't detect encoding of "results.1.bin"

Steps to Reproduce

#!/bin/bash                                                                                                                                                                       
                                                                                                                                                                                  
echo "GET https://www.stage.bbc.co.uk/" | vegeta attack -duration=5s -rate=10/s > results.gob                                                                                     
echo "GET https://www.stage.bbc.co.uk/" | vegeta attack -duration=5s -rate=100/s | vegeta encode > results.json                                                                   
vegeta report results.* 

The actual example given starts here:

Examples:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant