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 d9585b3 commit 57f4461Copy full SHA for 57f4461
resources/benchmark.ts
@@ -408,6 +408,7 @@ function sampleModule(modulePath: string): BenchmarkSample {
408
involuntaryContextSwitches:
409
resourcesEnd.involuntaryContextSwitches - resourcesStart.involuntaryContextSwitches,
410
};
411
+ console.log(JSON.stringify(result));
412
fs.writeFileSync(3, JSON.stringify(result));
413
`;
414
0 commit comments