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:
Vse Mozhet Byt 2017-03-19 12:32:39 +02:00 committed by James M Snell
parent 4b841cb0b6
commit ae8a8691e6

View File

@ -35,6 +35,8 @@ function main(conf) {
measureFull(n, conf.useCache === 'true');
else
measureDir(n, conf.useCache === 'true');
rmrf(tmpDirectory);
}
function measureFull(n, useCache) {