Skip to content

Commit

Permalink
Commit dummy change for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Nov 16, 2021
1 parent 7746512 commit df51a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/benchmarks/memory_usage.js
Expand Up @@ -49,6 +49,7 @@ function samplePeriodically() {
})();
`);


const maxMemoryComsumption = await new Promise((resolve, reject) => {
const child = fork(tmpFileName);
child.on('message', function (message) {
Expand Down

0 comments on commit df51a1e

Please sign in to comment.