Skip to content

Commit 376f37a

Browse files
committed
chore: Remove double-send of benchmark tuning arguments to worker thread.
This data is already coming from the benchmark object.
1 parent 37beadd commit 376f37a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ class Suite {
236236
worker.postMessage({
237237
benchmark,
238238
benchmarkMode,
239-
repeatSuite: benchmark.repeatSuite,
240-
minSamples: benchmark.minSamples,
241239
});
242240

243241
worker.on("message", (result) => {

0 commit comments

Comments
 (0)