Skip to content

Commit

Permalink
revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobruni committed Jan 7, 2025
1 parent f0052f9 commit 2771dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/shared/benchmark.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class BenchmarkSuite {
const result = await test.runAndRecord(params, this, test, this.record);
measuredValues.tests[test.name] = result;
measuredValues.total += result.total;
measuredValues.totalPrepare += result.onProgress?.(test.name);
onProgress?.(test.name);
}

performance.mark(suiteEndLabel);
Expand Down

0 comments on commit 2771dd8

Please sign in to comment.