You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the package to be able to report metrics for each run, not just an aggregate.
I want to be able to analyze and graph the data using external tools, so I need the runtime etc. of each iteration of the benchmark. Using the built-in benchmarking is great but I need to see the distribution of individual iterations.
The text was updated successfully, but these errors were encountered:
The reason the benchmark tool suppresses the intermediate benchmark runs is they are not statistically significant. Even the final benchmark number is not accurate in and of itself, it should be combined with flags like -count and tools like benchstat to account for warmup and cpu throttling issues.
ianlancetaylor
changed the title
proposal: testing(benchmark): add a flag to report metrics for each run
proposal: testing: add a flag to report benchmark metrics for each run
Feb 16, 2022
I would like the package to be able to report metrics for each run, not just an aggregate.
I want to be able to analyze and graph the data using external tools, so I need the runtime etc. of each iteration of the benchmark. Using the built-in benchmarking is great but I need to see the distribution of individual iterations.
The text was updated successfully, but these errors were encountered: