Skip to content

Commit

Permalink
fixup! fixup! fixup: use singlequote for strings (linter)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Oct 19, 2018
1 parent 81bf8ba commit dd64946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sequential/test-benchmark-napi.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ if (common.isWindows) {
common.skip('vcbuild.bat doesn\'t build the n-api benchmarks yet');
}

if (!common.isMainThread) {
common.skip('addons are not supported in workers');
}

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

runBenchmark('napi',
Expand Down

0 comments on commit dd64946

Please sign in to comment.