Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 6, 2024
1 parent c0c3b03 commit b2cee59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/bench.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import * as fixtures from "./fixtures.mjs";

function defineBench(_, benchmarks) {
// group(() => {
summary(() => {
for (const [name, fn] of Object.entries(benchmarks)) {
bench(`${name}`, fn);
}
});
summary(() => {
for (const [name, fn] of Object.entries(benchmarks)) {
bench(`${name}`, fn);
}
});
// })
}

Expand Down

0 comments on commit b2cee59

Please sign in to comment.