Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

[Feature] Add API to define and run report custom converter #29

Description

@jerome-benoit
  • report converter API: a callback as a run() option:
<T>(report: Report) => T
  • report display converter API: display is done incrementally by the following primitives:
  benchmarkError
  benchmarkReport
  br
  groupHeader
  header
  size
  summary
  units
  warning

Exposing an API to override them all will result in a bloated one. The way report is displayed must be simplified first.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions