Skip to content

Commit

Permalink
test: nth_fibonacci_bench test name typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed May 22, 2024
1 parent 11263bc commit efe358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/archive/fibonacci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ mod tests {
}

#[bench]
fn nth_fibonaccit_bench(b: &mut Bencher) {
fn nth_fibonacci_bench(b: &mut Bencher) {
b.iter(|| nth_fibonacci(12300, 9));
}

Expand Down

0 comments on commit efe358f

Please sign in to comment.