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

Export the progress bar and reporting #9

Closed
mcollina opened this issue Jun 22, 2016 · 1 comment
Closed

Export the progress bar and reporting #9

mcollina opened this issue Jun 22, 2016 · 1 comment
Assignees

Comments

@mcollina
Copy link
Owner

The goal is to let users build their own tool if they want to, embedding autocannon.

@GlenTiki GlenTiki self-assigned this Jun 22, 2016
@GlenTiki
Copy link
Collaborator

How do you want the progress bar exported? I am thinking allowing the user to enter renderProgressBar: true in the options parameter will render the progress bar, as the bar itself is not an object which you can log, the output to console is managed internally in the progress bar.

To customise the rendering output of the bar, I would like to allow users to enter a progressBarDisplay: SOME_STRING in the options parameter, which would take a string in the format of the progress-bar module.

Does that sound okay for the progress bar?

Reporting: Do you just mean logging the run results in the table format?

GlenTiki added a commit to GlenTiki/autocannon that referenced this issue Jun 23, 2016
mcollina added a commit that referenced this issue Jun 24, 2016
fixes #9: Can now change headers and body on client response
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

2 participants