diff --git a/perf/index.js b/perf/index.js index 470deaeff..2b8c4d369 100644 --- a/perf/index.js +++ b/perf/index.js @@ -210,7 +210,7 @@ function exists(filepath) { function save(results, path) { path = resolve(process.cwd(), path) - fs.writeFileSync(path, JSON.stringify(results)) + fs.writeFileSync(path, JSON.stringify(results, null, 2)) } function serializeResult(event) {