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

require('../common');

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

runBenchmark('cluster');