diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-02-23 12:59:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 12:59:23 +0100 |
commit | d5f053dabfadb2a62a4cc6b89a6b7bf64ce3c460 (patch) | |
tree | 81019a9eec5ec3ea2133a782cc785cb4a957f609 /cli/tests/testdata | |
parent | b15f9e60a040e2e450e7ca9971a5fc07dbf8b94c (diff) |
feat(bench): change --json output format (#17888)
Closes https://github.com/denoland/deno/issues/17775
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/bench/pass.json.out | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cli/tests/testdata/bench/pass.json.out b/cli/tests/testdata/bench/pass.json.out new file mode 100644 index 000000000..73daa7202 --- /dev/null +++ b/cli/tests/testdata/bench/pass.json.out @@ -0,0 +1,28 @@ +Check file:///[WILDCARD]testdata/bench/pass.ts +{ + "runtime": "Deno/[WILDCARD]", + "cpu": "[WILDCARD]", + "benches": [ + { + "origin": "file:///[WILDCARD]testdata/bench/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] + ] +} |