func BenchmarkContextPerson(b *testing.B) { newBench("person.proto", contextPerson).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedPerson(r, easy) }) }
func BenchmarkOrNameTelephone(b *testing.B) { newBench("person.proto", orNameTelephone).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedPerson(r, easy) }) }
func BenchmarkEmptyOrNil(b *testing.B) { newBench("person.proto", emptyOrNil).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedPerson(r, easy) }) }
func BenchmarkIncorrectNotName(b *testing.B) { newBench("person.proto", incorrentNotName).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedPerson(r, easy) }) }
func BenchmarkListIndexAddress(b *testing.B) { newBench("person.proto", listIndexAddress).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedPerson(r, easy) }) }