-
Couldn't load subscription status.
- Fork 279
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working