Skip to content

Commit

Permalink
Fix typo in benchmark code
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jan 24, 2024
1 parent aac9494 commit 700e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/benchmark/src/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function bench(

const runMst = true
if (runMst) {
suite = suite.add(mobx, mstImpl)
suite = suite.add(mst, mstImpl)
}

if (extrasToRun.includes("mobx")) {
Expand Down

0 comments on commit 700e806

Please sign in to comment.