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

Add report short output #566

Closed
wants to merge 1 commit into from
Closed

Conversation

muff1nman
Copy link
Contributor

@muff1nman muff1nman commented Apr 28, 2021

Background

Error output can get lengthy and is sometimes not useful/desired.

Checklist

  • Git commit messages conform to community standards.
  • Each Git commit represents meaningful milestones or atomic units of work.
  • Changed or added code is covered by appropriate tests.

@muff1nman muff1nman requested a review from tsenart as a code owner April 28, 2021 17:39
@tsenart tsenart closed this in 8bd8a18 Jul 15, 2023
@tsenart
Copy link
Owner

tsenart commented Jul 16, 2023

Changed my mind about this. I think adding a flag like this is a pandora's box of complexity, since others will want slightly different output options or tweaks. Instead, I'll add an example on how to filter out the error set with rg.

vegeta report | rg -v -U 'Error Set.*'

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

Successfully merging this pull request may close these issues.

2 participants