Skip to content

Commit ae8a869

Browse files
vsemozhetbytjasnell
authored andcommitted
benchmark: add final clean-up to module-loader.js
PR-URL: #11924 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4b841cb commit ae8a869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmark/module/module-loader.js

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ function main(conf) {
3535
measureFull(n, conf.useCache === 'true');
3636
else
3737
measureDir(n, conf.useCache === 'true');
38+
39+
rmrf(tmpDirectory);
3840
}
3941

4042
function measureFull(n, useCache) {

0 commit comments

Comments
 (0)