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
15 lines
579 B
Text
15 lines
579 B
Text
Check [WILDCARD]/bench/exit_sanitizer.ts
|
|
CPU | [WILDCARD]
|
|
Runtime | Deno [WILDCARD] ([WILDCARD])
|
|
|
|
[WILDCARD]/bench/exit_sanitizer.ts
|
|
|
|
benchmark time/iter (avg) iter/s (min … max) p75 p99 p995
|
|
----------- ----------------------------- --------------------- --------------------------
|
|
exit(0) error: Error: Bench attempted to exit with exit code: 0
|
|
[WILDCARD]
|
|
exit(1) error: Error: Bench attempted to exit with exit code: 1
|
|
[WILDCARD]
|
|
exit(2) error: Error: Bench attempted to exit with exit code: 2
|
|
[WILDCARD]
|
|
error: Bench failed
|