diff options
| author | Armaan Salam <38160090+ArmaanAS@users.noreply.github.com> | 2024-08-26 10:56:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 11:56:04 +0200 |
| commit | 675539c7ab503e5a5bdef1d17678afb7b8dc352b (patch) | |
| tree | 18a404e363c614aafbcd582dea74fed96ff568ef /tests/specs/bench/workspace/root.out | |
| parent | 1dad29aa044967db5f16568dc2591ba2976699b0 (diff) | |
fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)
Fix table layout for `deno bench` command with and without color
(`NO_COLOR=1`).
Fixes issue in #25156
Diffstat (limited to 'tests/specs/bench/workspace/root.out')
| -rw-r--r-- | tests/specs/bench/workspace/root.out | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/specs/bench/workspace/root.out b/tests/specs/bench/workspace/root.out index 897cd7d3c..e36838148 100644 --- a/tests/specs/bench/workspace/root.out +++ b/tests/specs/bench/workspace/root.out @@ -1,15 +1,17 @@ Check file:///[WILDLINE]/package-a/mod.bench.ts Check file:///[WILDLINE]/package-b/mod.bench.ts -cpu: [WILDLINE] -runtime: [WILDLINE] + CPU | [WILDLINE] +Runtime | [WILDLINE] file:///[WILDLINE]/package-a/mod.bench.ts + benchmark[WILDLINE] ---[WILDLINE] add[WILDLINE] file:///[WILDLINE]/package-b/mod.bench.ts + benchmark[WILDLINE] ---[WILDLINE] addOne[WILDLINE] |
