Searched defs:benchContext (Results 1 – 1 of 1) sorted by relevance
495 type benchContext struct { struct496 match *matcher498 maxLen int // The largest recorded benchmark name.499 extLen int // Maximum extension length.557 func (ctx *benchContext) processBench(b *B) {