summaryrefslogtreecommitdiff
path: root/tests/specs/bench/json_output/pass.json.out
blob: 7276158ac3dae582e276df1557cce6988757131e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Check file:///[WILDCARD]/pass.ts
{
  "version": 1,
  "runtime": "Deno/[WILDCARD]",
  "cpu": "[WILDCARD]",
  "benches": [
    {
      "origin": "file:///[WILDCARD]/pass.ts",
      "group": null,
      "name": "bench0",
      "baseline": false,
      "results": [
        {
          "ok": {
            "n": [WILDCARD],
            "min": [WILDCARD],
            "max": [WILDCARD],
            "avg": [WILDCARD],
            "p75": [WILDCARD],
            "p99": [WILDCARD],
            "p995": [WILDCARD],
            "p999": [WILDCARD]
          }
        }
      ]
    },
[WILDCARD]
  ]
}