diff options
Diffstat (limited to 'std/testing/bench_test.ts')
-rw-r--r-- | std/testing/bench_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/testing/bench_test.ts b/std/testing/bench_test.ts index 8e34b27a9..e36451fb0 100644 --- a/std/testing/bench_test.ts +++ b/std/testing/bench_test.ts @@ -237,7 +237,6 @@ test({ const benchingResults = await runBenchmarks( { skip: /skip/, silent: true }, (progress) => { - // needs to be deep copied progressCallbacks.push(progress); } ); |