0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/bench/exit_sanitizer.out

15 lines
574 B
Text
Raw Normal View History

Check [WILDCARD]/bench/exit_sanitizer.ts
cpu: [WILDCARD]
runtime: deno [WILDCARD] ([WILDCARD])
[WILDCARD]/bench/exit_sanitizer.ts
benchmark time (avg) (min … max) p75 p99 p995
------------------------------------------------- -----------------------------
exit(0) error: AssertionError: Bench attempted to exit with exit code: 0
[WILDCARD]
exit(1) error: AssertionError: Bench attempted to exit with exit code: 1
[WILDCARD]
exit(2) error: AssertionError: Bench attempted to exit with exit code: 2
[WILDCARD]
error: Bench failed