feat(indexer): add to modules and implement proto fields (#22544)
This commit is contained in:
@@ -74,7 +74,6 @@ func Benchmark_GetSparse(b *testing.B) {
|
||||
var keySink, valueSink any
|
||||
|
||||
func Benchmark_Iterate(b *testing.B) {
|
||||
|
||||
for _, stackSize := range stackSizes {
|
||||
b.Run(fmt.Sprintf("StackSize%d", stackSize), func(b *testing.B) {
|
||||
bs := makeBranchStack(b, stackSize)
|
||||
|
||||
Reference in New Issue
Block a user