Skip to content

cb-check: print only benchmark names on success #450

@3Rafal

Description

@3Rafal

Currently, after successful cb-check, it will print a message Correctly parsed some benchmarks: and then print whole JSON, which can be pretty lengthy.
Should we change it to print only benchmark names? It would be easier to figure out if check is successful.

Example of current output:

$ cb-check bench.json 
Correctly parsed following benchmarks:
{
  "name": "benchmark",
  "results": [
    {
      "name": "result",
      "metrics": [
        {
          "name": "a",
          "description": "b",
          "value": 15.0,
          "units": "todo",
          "trend": "",
          "lines": []
        },
[... multiple lines of json output]

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