diff --git a/benchmark/bench-cmp-lib.js b/benchmark/bench-cmp-lib.js index 4b987571..b308fe61 100644 --- a/benchmark/bench-cmp-lib.js +++ b/benchmark/bench-cmp-lib.js @@ -3,7 +3,6 @@ const { Bench } = require('tinybench') const suite = new Bench({ name: 'Library Comparison Benchmarks', - time: 100, setup: (_task, mode) => { // Run the garbage collector before warmup at each cycle if (mode === 'warmup' && typeof globalThis.gc === 'function') { diff --git a/benchmark/bench-thread.js b/benchmark/bench-thread.js index 547c8d88..235175c4 100644 --- a/benchmark/bench-thread.js +++ b/benchmark/bench-thread.js @@ -6,7 +6,6 @@ const { Bench } = require('tinybench') const bench = new Bench({ name: benchmark.name, - time: 100, setup: (_task, mode) => { // Run the garbage collector before warmup at each cycle if (mode === 'warmup' && typeof globalThis.gc === 'function') {