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

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

Open
3Rafal opened this issue May 27, 2023 · 0 comments · May be fixed by #451
Open

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

3Rafal opened this issue May 27, 2023 · 0 comments · May be fixed by #451

Comments

@3Rafal
Copy link
Contributor

3Rafal commented May 27, 2023

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]
@3Rafal 3Rafal linked a pull request May 27, 2023 that will close this issue
@punchagan punchagan assigned ElectreAAS and unassigned ElectreAAS May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants