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 dabccef commit d90a6f9Copy full SHA for d90a6f9
benchmark/common.js
@@ -287,7 +287,7 @@ function formatResult(data) {
287
}
288
289
function sendResult(data) {
290
- if (process.send) {
+ if (process.send && Object.hasOwn(process.env, 'NODE_RUN_BENCHMARK_FN')) {
291
// If forked, report by process send
292
process.send(data, () => {
293
// If, for any reason, the process is unable to self close within
0 commit comments