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 3270cef commit d6b0a82Copy full SHA for d6b0a82
benchmark/compare.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const { spawn, fork } = require('child_process');
+const { spawn, fork } = require('node:child_process');
4
const { inspect } = require('util');
5
const path = require('path');
6
const CLI = require('./_cli.js');
benchmark/run.js
@@ -1,7 +1,7 @@
7
const cli = new CLI(`usage: ./node run.js [options] [--] <category> ...
0 commit comments