summaryrefslogtreecommitdiff
path: root/benchmark/worker/echo.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/worker/echo.js')
-rw-r--r--benchmark/worker/echo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/worker/echo.js b/benchmark/worker/echo.js
index 32c4bddf7d..3e729d0e26 100644
--- a/benchmark/worker/echo.js
+++ b/benchmark/worker/echo.js
@@ -7,7 +7,7 @@ const bench = common.createBenchmark(main, {
payload: ['string', 'object'],
sendsPerBroadcast: [1, 10],
n: [1e5]
-}, { flags: ['--experimental-worker'] });
+});
const workerPath = path.resolve(__dirname, '..', 'fixtures', 'echo.worker.js');