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

Include date in the Metrics for period console output #3410

Open
ash211 opened this issue Nov 18, 2024 · 0 comments
Open

Include date in the Metrics for period console output #3410

ash211 opened this issue Nov 18, 2024 · 0 comments

Comments

@ash211
Copy link

ash211 commented Nov 18, 2024

Currently artillery has a console output for completed runs that looks like this:

--------------------------------
Summary report @ 16:49:52(-0800)
--------------------------------

This is helpful for copy+pasting results to a notebook tracking results, but even more helpful would be to have the date included there and not just timestamp. For testing over multiple days, seeing the date in console output would help users keep track of when a run completed, not just its time.

I think the change would be around here:

const txt = `Summary report @ ${formatTimestamp(new Date())}`;

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