MCPcopy Create free account
hub / github.com/evilsocket/sum / BenchmarkRunIterativeFibonacci

Function BenchmarkRunIterativeFibonacci

service/compiled_benchmark_test.go:122–124  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

120}
121
122func BenchmarkRunIterativeFibonacci(b *testing.B) {
123 benchVM(b, "fibonacci", fiboIter, []string{"25"}, "121393", nil)
124}
125
126func BenchmarkRunRecursiveFibonacci(b *testing.B) {
127 benchVM(b, "fibonacci", fiboRecu, []string{"25"}, "121393", nil)

Callers

nothing calls this directly

Calls 1

benchVMFunction · 0.85

Tested by

no test coverage detected