Skip to content

Commit b2d59b1

Browse files
vsemozhetbytgibfahn
authored andcommitted
benchmark: add final clean-up to module-loader.js
PR-URL: #12102 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent 7da19db commit b2d59b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmark/module/module-loader.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function main(conf) {
3434
measureFull(n);
3535
else
3636
measureDir(n);
37+
38+
rmrf(tmpDirectory);
3739
}
3840

3941
function measureFull(n) {

0 commit comments

Comments
 (0)