Skip to content

Standardize benchmarking output #923

@d4hines

Description

@d4hines

Our benchmarks should be organized so that they produce a uniform, machine-readable output. Here's what I have in mind:

Make a module interface BENCHMARK to which all the benchmarks will confirm. Then create a function that iterates over a list of such modules, runs them, and outputs the logs, or optionally outputs a csv of the results.

I imagine that to keep things simple benchmarks will have only a few dimensions:

description, domains, load size, runtime, ops/second

where

  • domains is set once from an environment variable
  • ops/second is derived from the load size and the runtime

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