-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Right now each statistic contains the same iteration count as the first repetition.
Line 156 in 50ffc78
| data.iterations = run_iterations; |
Line 128 in 50ffc78
| CHECK_EQ(run_iterations, run.iterations); |
Line 105 in 50ffc78
| int64_t const run_iterations = reports.front().iterations; |
Are we sure this is the correct value that we should be outputting?
We don't actually store each of the iteration times, but average them, and operate "on averages".
Are we sure we don't want to put the repetition count there?
I'm currently looking into finally adding t-test stuff into tools, and thus thinking about "so what is the actual number of observations"? (and i guess the answer is - the repetition count.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels