Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add measurement recipe run export to JSON #322

Merged
merged 4 commits into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. Move RunSummaryFormatter into its own directory

    There will be more run summary formatters coming.
    Kuba314 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    969ba94 View commit details
    Browse the repository at this point in the history
  2. Add common RunSummaryFormatter base class

    Former RunSummaryFormatter has been renamed to
    ImportantRunSummaryFormatter.
    Kuba314 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    433ec4f View commit details
    Browse the repository at this point in the history
  3. Add MeasurementResult type

    This RecipeResult descendant should be used to signal that a measurement
    has finished and has results. This should be always a `ResultType.PASS`.
    `tc` would use `ResultType.FAIL` in case of a failure but still provided
    some data, which it probably shouldn't be doing.
    Kuba314 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bea57ba View commit details
    Browse the repository at this point in the history
  4. Add JsonRunSummaryFormatter

    Kuba314 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    162eea8 View commit details
    Browse the repository at this point in the history