diff options
| author | Kamil Ogórek <kamil.ogorek@gmail.com> | 2024-09-05 10:51:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 08:51:40 +0000 |
| commit | 2c4d99a4586a8aa143feb8614e3b0d4de09dd190 (patch) | |
| tree | 0c07ee12254da10d9710616be8cc98a32c0f35c7 /tests/specs/bench | |
| parent | 49340b96f6b3603186e03f0102b99bc4a34a1b63 (diff) | |
feat: include version number in all --json based outputs (#25335)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/specs/bench')
| -rw-r--r-- | tests/specs/bench/json_output/pass.json.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/bench/json_output/pass.json.out b/tests/specs/bench/json_output/pass.json.out index 53259e758..7276158ac 100644 --- a/tests/specs/bench/json_output/pass.json.out +++ b/tests/specs/bench/json_output/pass.json.out @@ -1,5 +1,6 @@ Check file:///[WILDCARD]/pass.ts { + "version": 1, "runtime": "Deno/[WILDCARD]", "cpu": "[WILDCARD]", "benches": [ |
