diff options
| author | Ian Bull <irbull@gmail.com> | 2024-09-04 00:19:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 09:19:55 +0200 |
| commit | 939c23f9fe332797f4b2c8a80359fd36a3e7c105 (patch) | |
| tree | c20c31bf6b95290e1b4bcaa83d087bd13a0eb902 /tests/specs/bench | |
| parent | 072bf5d379b691c4decd3c167a51801bad8ca2f6 (diff) | |
refactor(cli/js): align error messages (#25406)
Aligns the error messages in the cli/js folder to be in-line with the
Deno style guide.
Diffstat (limited to 'tests/specs/bench')
| -rw-r--r-- | tests/specs/bench/bench_explicit_start_end/explicit_start_and_end.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/specs/bench/bench_explicit_start_end/explicit_start_and_end.out b/tests/specs/bench/bench_explicit_start_end/explicit_start_and_end.out index 4dc2b6179..ae1b05847 100644 --- a/tests/specs/bench/bench_explicit_start_end/explicit_start_and_end.out +++ b/tests/specs/bench/bench_explicit_start_end/explicit_start_and_end.out @@ -8,17 +8,17 @@ benchmark time/iter (avg) iter/s (min … max) p75 start and end [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] start only [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] end only [WILDCARD] [WILDCARD] [WILDCARD] ([WILDCARD] … [WILDCARD]) [WILDCARD] -double start error: TypeError: BenchContext::start() has already been invoked. +double start error: TypeError: BenchContext::start() has already been invoked t.start(); ^ at BenchContext.start ([WILDCARD]) at [WILDCARD]/explicit_start_and_end.ts:[WILDCARD] -double end error: TypeError: BenchContext::end() has already been invoked. +double end error: TypeError: BenchContext::end() has already been invoked t.end(); ^ at BenchContext.end ([WILDCARD]) at [WILDCARD]/explicit_start_and_end.ts:[WILDCARD] -captured error: TypeError: The benchmark which this context belongs to is not being executed. +captured error: TypeError: The benchmark which this context belongs to is not being executed captured!.start(); ^ at BenchContext.start ([WILDCARD]) |
