From b2d59b169fc3053f59366b52806d56c7a8d21ccf 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/12102 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Gibson Fahnestock --- 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 a175533c7bbc6e..0a8e97aea8eadf 100644 --- a/benchmark/module/module-loader.js +++ b/benchmark/module/module-loader.js @@ -34,6 +34,8 @@ function main(conf) { measureFull(n); else measureDir(n); + + rmrf(tmpDirectory); } function measureFull(n) {