mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
10 lines
266 B
JavaScript
10 lines
266 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const common = require('../common');
|
||
|
|
if (!common.enoughTestMem)
|
||
|
|
common.skip('Insufficient memory for Websocket benchmark test');
|
||
|
|
|
||
|
|
const runBenchmark = require('../common/benchmark');
|
||
|
|
|
||
|
|
runBenchmark('websocket', { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
|