Skip to content

Commit 57f4461

Browse files
committed
got this far
can't reproduce locally within WSL
1 parent d9585b3 commit 57f4461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/benchmark.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ function sampleModule(modulePath: string): BenchmarkSample {
408408
involuntaryContextSwitches:
409409
resourcesEnd.involuntaryContextSwitches - resourcesStart.involuntaryContextSwitches,
410410
};
411+
console.log(JSON.stringify(result));
411412
fs.writeFileSync(3, JSON.stringify(result));
412413
`;
413414

0 commit comments

Comments
 (0)