mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
675539c7ab
Fix table layout for `deno bench` command with and without color (`NO_COLOR=1`). Fixes issue in #25156
29 lines
682 B
Text
29 lines
682 B
Text
Check [WILDCARD]/bench/fail.ts
|
|
CPU | [WILDCARD]
|
|
Runtime | Deno [WILDCARD] ([WILDCARD])
|
|
|
|
[WILDCARD]/bench/fail.ts
|
|
|
|
benchmark time/iter (avg) iter/s (min … max) p75 p99 p995
|
|
----------- ----------------------------- --------------------- --------------------------
|
|
bench0 error: Error
|
|
[WILDCARD]
|
|
bench1 error: Error
|
|
[WILDCARD]
|
|
bench2 error: Error
|
|
[WILDCARD]
|
|
bench3 error: Error
|
|
[WILDCARD]
|
|
bench4 error: Error
|
|
[WILDCARD]
|
|
bench5 error: Error
|
|
[WILDCARD]
|
|
bench6 error: Error
|
|
[WILDCARD]
|
|
bench7 error: Error
|
|
[WILDCARD]
|
|
bench8 error: Error
|
|
[WILDCARD]
|
|
bench9 error: Error
|
|
[WILDCARD]
|
|
error: Bench failed
|