We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bf8ba commit dd64946Copy full SHA for dd64946
1 file changed
test/sequential/test-benchmark-napi.js
@@ -6,6 +6,10 @@ if (common.isWindows) {
6
common.skip('vcbuild.bat doesn\'t build the n-api benchmarks yet');
7
}
8
9
+if (!common.isMainThread) {
10
+ common.skip('addons are not supported in workers');
11
+}
12
+
13
const runBenchmark = require('../common/benchmark');
14
15
runBenchmark('napi',
0 commit comments