benchmark: add final clean-up to module-loader.js
PR-URL: https://github.com/nodejs/node/pull/11924 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
4b841cb0b6
commit
ae8a8691e6
@ -35,6 +35,8 @@ function main(conf) {
|
||||
measureFull(n, conf.useCache === 'true');
|
||||
else
|
||||
measureDir(n, conf.useCache === 'true');
|
||||
|
||||
rmrf(tmpDirectory);
|
||||
}
|
||||
|
||||
function measureFull(n, useCache) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user