func BenchmarkTypewriterPrisonDaisySled(b *testing.B) { newBench("typewriterprison.proto", daisySled).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedTypewriterPrison(r, easy) }) }
func BenchmarkTypewriterPrisonSmileLetter(b *testing.B) { newBench("typewriterprison.proto", smileLetter).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedTypewriterPrison(r, easy) }) }
func BenchmarkTypewriterPrisonMenuPaperclip(b *testing.B) { newBench("typewriterprison.proto", menuPaperClip).bench(b, func(r randyTest, easy bool) proto.Message { return main.NewPopulatedTypewriterPrison(r, easy) }) }