Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	benchmark/report-generator.js
  • Loading branch information
kleinron committed Aug 20, 2024
2 parents e494952 + 235ae1a commit 89d60c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmark/report-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 89d60c4

Please sign in to comment.