Skip to content

Commit ef60a8d

Browse files
lundibunditargos
authored andcommitted
test: add vm benchmark test
Refs: #12068 PR-URL: #22335 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 400aac8 commit ef60a8d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/parallel/test-benchmark-vm.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
'use strict';
2+
3+
require('../common');
4+
5+
const runBenchmark = require('../common/benchmark');
6+
7+
runBenchmark('vm',
8+
[
9+
'breakOnSigint=0',
10+
'withSigintListener=0',
11+
'n=1'
12+
],
13+
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 commit comments

Comments
 (0)