MCPcopy Create free account
hub / github.com/expr-lang/expr / BenchmarkEqual

Function BenchmarkEqual

vm/runtime/helpers_test.go:50–58  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

48}
49
50func BenchmarkEqual(b *testing.B) {
51 for _, tt := range tests {
52 b.Run(tt.name, func(b *testing.B) {
53 for i := 0; i < b.N; i++ {
54 runtime.Equal(tt.a, tt.b)
55 }
56 })
57 }
58}

Callers

nothing calls this directly

Calls 2

EqualFunction · 0.92
RunMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…