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

Function BenchmarkRunAdd

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

Source from the content-addressed store, hash-verified

116}
117
118func BenchmarkRunAdd(b *testing.B) {
119 benchVM(b, "add", simpleAdd, []string{"12", "34"}, "46", nil)
120}
121
122func BenchmarkRunIterativeFibonacci(b *testing.B) {
123 benchVM(b, "fibonacci", fiboIter, []string{"25"}, "121393", nil)

Callers

nothing calls this directly

Calls 1

benchVMFunction · 0.85

Tested by

no test coverage detected