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

Function BenchmarkRunRecursiveFibonacci

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

Source from the content-addressed store, hash-verified

124}
125
126func BenchmarkRunRecursiveFibonacci(b *testing.B) {
127 benchVM(b, "fibonacci", fiboRecu, []string{"25"}, "121393", nil)
128}
129
130func BenchmarkRunMemoFibonacci(b *testing.B) {
131 benchVM(b, "fibonacci", fiboMemo, []string{"25"}, "121393", nil)

Callers

nothing calls this directly

Calls 1

benchVMFunction · 0.85

Tested by

no test coverage detected