diff --git a/benchmark/report-generator.js b/benchmark/report-generator.js index 6685a72..86324bb 100644 --- a/benchmark/report-generator.js +++ b/benchmark/report-generator.js @@ -79,7 +79,6 @@ function avg (arr) { const stats = resultsByScenario.entries().map(([scenarioName, resultsByClassName]) => { return { scenarioName, - stats: resultsByClassName.entries().map(([k, v]) => { const avgOpsPerSec = Math.trunc(avg(v.map(x => x.result.opsPerSec))); return {