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 9f7132d commit 9ac9d79Copy full SHA for 9ac9d79
2 files changed
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