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: #12102
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
  • Loading branch information
vsemozhetbyt authored and gibfahn committed Jun 17, 2017
1 parent 7da19db commit b2d59b1
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 @@ -34,6 +34,8 @@ function main(conf) {
measureFull(n);
else
measureDir(n);

rmrf(tmpDirectory);
}

function measureFull(n) {
Expand Down

0 comments on commit b2d59b1

Please sign in to comment.