Skip to content

Fix build test json report #1057

@krichprollsch

Description

@krichprollsch

We are tracking the zig build test resultd with the --json output (https://perf.lightpanda.io/benchmark/browser)
But it doesn't work anymore.

zig build test -- --json
[...]
[
  {
    "name": "browser",
    "bench": {
      "duration": 8757177,
      "alloc_nb": 1,
      "realloc_nb": 0,
      "alloc_size": 2248
    }
  },
  {
    "name": "libdom",
    "bench": {
      "duration": 8757177,
      "alloc_nb": 0,
      "realloc_nb": 0,
      "alloc_size": 0
    }
  },
  {
    "name": "v8",
    "bench": {
      "duration": 8757177,
      "alloc_nb": 0,
      "realloc_nb": 0,
      "alloc_size": 0
    }
  },
  {
    "name": "main",
    "bench": {
      "duration": 8757177,
      "alloc_nb": 0,
      "realloc_nb": 0,
      "alloc_size": 0
    }
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions