Rename Check-ish -> Contains-ish
Contains[*] indicates what the check is for. [*] I considered Has/Have, but settled on Contains to avoid confusion with the HasA iterator.
This commit is contained in:
parent
a81005ba21
commit
1606e98d9f
20 changed files with 142 additions and 143 deletions
|
|
@ -86,7 +86,7 @@ var benchmarkQueries = []struct {
|
|||
|
||||
// This is more of an optimization problem that will get better over time. This takes a lot
|
||||
// of wrong turns on the walk down to what is ultimately the name, but top AND has it easy
|
||||
// as it has a fixed ID. Exercises Check().
|
||||
// as it has a fixed ID. Exercises Contains().
|
||||
{
|
||||
message: "the helpless checker",
|
||||
long: true,
|
||||
|
|
@ -383,7 +383,7 @@ func BenchmarkVeryLargeSetsSmallIntersection(b *testing.B) {
|
|||
runBench(2, b)
|
||||
}
|
||||
|
||||
func BenchmarkHelplessChecker(b *testing.B) {
|
||||
func BenchmarkHelplessContainsChecker(b *testing.B) {
|
||||
runBench(3, b)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue