func parseTimeOrDie(ts string) metav1.Time { … } var benchmarkPod … func BenchmarkPodCopy(b *testing.B) { … } func BenchmarkNodeCopy(b *testing.B) { … } func BenchmarkReplicationControllerCopy(b *testing.B) { … }
func parseTimeOrDie(ts string) metav1.Time { … } var benchmarkPod … func BenchmarkPodCopy(b *testing.B) { … } func BenchmarkNodeCopy(b *testing.B) { … } func BenchmarkReplicationControllerCopy(b *testing.B) { … }