Improve benny reports
[benchmarks-js.git] / empty-array.js
index 9ddc17d45b06d37b57c77129d0d1ed7b69620480..0c5f725e43122a307beae3468f05919a48e130de 100644 (file)
@@ -26,6 +26,7 @@ Benchmark.suite(
   }),
   Benchmark.cycle(),
   Benchmark.complete(),
-  Benchmark.save({ file: 'empty-array', format: 'chart.html' }),
-  Benchmark.save({ file: 'empty-array', format: 'table.html' })
+  Benchmark.save({ file: 'empty-array', format: 'json', details: true }),
+  Benchmark.save({ file: 'empty-array', format: 'chart.html', details: true }),
+  Benchmark.save({ file: 'empty-array', format: 'table.html', details: true })
 )