Skip to content

Statistics: iteration count #586

@LebedevRI

Description

@LebedevRI

Right now each statistic contains the same iteration count as the first repetition.

data.iterations = run_iterations;

CHECK_EQ(run_iterations, run.iterations);

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions