summaryrefslogtreecommitdiff
path: root/std/testing/bench_test.ts
diff options
context:
space:
mode:
authorSzalay Kristóf <32012862+littletof@users.noreply.github.com>2020-06-03 19:44:37 +0200
committerGitHub <noreply@github.com>2020-06-03 13:44:37 -0400
commit4ef38bad4340b5c8100ec2522264c57f0522aa2d (patch)
treee89546bfeff440c3376fd60741ba8c6e599623f3 /std/testing/bench_test.ts
parent515d19d901e7e5dbc04670807a2bd1cea237e9e8 (diff)
docs: benchmarking (#6075)
Diffstat (limited to 'std/testing/bench_test.ts')
-rw-r--r--std/testing/bench_test.ts1
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);
}
);