Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add vm benchmark test
Refs: #12068
  • Loading branch information
lundibundi authored and Trott committed Aug 18, 2018
commit 59fd07a287eec7bbf6a843f1b6fa112be84f8350
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 });