From 675539c7ab503e5a5bdef1d17678afb7b8dc352b Mon Sep 17 00:00:00 2001 From: Armaan Salam <38160090+ArmaanAS@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:56:04 +0100 Subject: 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 --- tests/specs/lockfile/no_lock/bench.nolock.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/specs/lockfile') diff --git a/tests/specs/lockfile/no_lock/bench.nolock.out b/tests/specs/lockfile/no_lock/bench.nolock.out index 83e4de242..1aa6db378 100644 --- a/tests/specs/lockfile/no_lock/bench.nolock.out +++ b/tests/specs/lockfile/no_lock/bench.nolock.out @@ -1,6 +1,6 @@ Download http://localhost:4545/lockfile/basic/mod.ts Check file:///[WILDCARD]/main.bench.ts -cpu: [WILDCARD] -runtime: [WILDCARD] + CPU | [WILDCARD] +Runtime | [WILDCARD] [WILDCARD] -- cgit v1.2.3