Skip to content

(optimization): see if we can use fixtures to avoid reading tensor files multiple times #14

Closed
@rohany

Description

@rohany

We currently use google-benchmark with 10 repetitions and 1 iteration so that google-benchmark reports mean/median and deviations for us. However, this results in executing the benchmark function 10 times. This means that we execute the same file i/o 10 times, when it could be done just once.

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