Skip to content

Commit

Permalink
adjust fib_frame in benches/fibonacci.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino committed Dec 20, 2023
1 parent ef93a94 commit 654fa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/fibonacci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn fib<F: LurkField>(store: &Store<F>, state: Rc<RefCell<State>>, _a: u64) -> Pt
// nth Fibonacci number to `a`.
// means of computing it.]
fn fib_frame(n: usize) -> usize {
11 + 16 * n
11 + 10 * n
}

// Set the limit so the last step will be filled exactly, since Lurk currently only pads terminal/error continuations.
Expand Down

0 comments on commit 654fa0f

Please sign in to comment.