grafana / k6

A modern load testing tool, using Go and JavaScript - https://k6.io
GNU Affero General Public License v3.0
25.16k stars 1.25k forks source link

Provide timestamps in the final report for the beginning and end of the execution #2748

Closed martinp999 closed 1 year ago

martinp999 commented 1 year ago

Feature Description

This would make it easier to correlate results. For example, what time period should I be looking at in Grafana, or in perfmon.

Suggested Solution (optional)

No response

Already existing or connected issues / PRs (optional)

No response

na-- commented 1 year ago

You can already do this with the current k6 version. For example, measure the current time in setup() and return it, and then in handleSummary() you can measure the end time and output both. See these:

Is this sufficient for your needs?

codebien commented 1 year ago

Closing as no reported details, feel free to reopen if you have more details.