From 98dc22c683fc866ab6e99325cd5ccc228c09aa96 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 --- 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) {