summaryrefslogtreecommitdiff
path: root/test/benchmark/test-benchmark-cluster.js
blob: d6e3b27ee89f81d9e656f95dd5657cbac10e162a (plain)
1
2
3
4
5
6
7
'use strict';

require('../common');

const runBenchmark = require('../common/benchmark');

runBenchmark('cluster', ['n=1', 'payload=string', 'sendsPerBroadcast=1']);