From ae8a8691e65c90053c3e996c14fd221b61f3effc Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 19 Mar 2017 12:32:39 +0200 Subject: [PATCH] benchmark: add final clean-up to module-loader.js PR-URL: https://github.com/nodejs/node/pull/11924 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- benchmark/module/module-loader.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark/module/module-loader.js b/benchmark/module/module-loader.js index 090f7b78549a4d..d7e03cfee4dc41 100644 --- a/benchmark/module/module-loader.js +++ b/benchmark/module/module-loader.js @@ -35,6 +35,8 @@ function main(conf) { measureFull(n, conf.useCache === 'true'); else measureDir(n, conf.useCache === 'true'); + + rmrf(tmpDirectory); } function measureFull(n, useCache) {