Skip to content

Commit

Permalink
benchmark: add final clean-up to module-loader.js
Browse files Browse the repository at this point in the history
PR-URL: #11924
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
vsemozhetbyt authored and jasnell committed Mar 22, 2017
1 parent 4b841cb commit ae8a869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/module/module-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ function main(conf) {
measureFull(n, conf.useCache === 'true');
else
measureDir(n, conf.useCache === 'true');

rmrf(tmpDirectory);
}

function measureFull(n, useCache) {
Expand Down

0 comments on commit ae8a869

Please sign in to comment.