Skip to content

Commit

Permalink
fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Mar 27, 2024
1 parent c2148aa commit 213cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmarkjs/bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { fib } = require('./index');

suite
.add('fib(10)', () => {
fib(16);
fib(10);
})
.add('fib(20)', () => {
fib(20);
Expand Down

0 comments on commit 213cd6a

Please sign in to comment.