Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ fib_classic_iteration_loop
Function
fib_classic_iteration_loop
benches/dp.rs:34–36 ·
view source on GitHub ↗
(b: &mut Bencher)
Source
from the content-addressed store, hash-verified
32
33
#[bench]
34
fn fib_classic_iteration_loop(b: &mut Bencher) {
35
b.iter(|| dp::fib::fib_classic_iteration_loop(BENCH_N));
36
}
37
38
#[bench]
39
fn fib_classic_iteration_for(b: &mut Bencher) {
Callers
nothing calls this directly
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected