Skip to content

Commit

Permalink
test: add vm benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
lundibundi authored and Trott committed Aug 18, 2018
1 parent bfe14eb commit 59fd07a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/parallel/test-benchmark-vm.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
'use strict';

require('../common');

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

runBenchmark('vm',
[
'breakOnSigint=0',
'withSigintListener=0',
'n=1'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 comments on commit 59fd07a

Please sign in to comment.