func TestPrune(t *testing.T) { … } const smallInstance … func BenchmarkPrune(b *testing.B) { … } func BenchmarkDeepCopy(b *testing.B) { … } func BenchmarkUnmarshal(b *testing.B) { … }
func TestPrune(t *testing.T) { … } const smallInstance … func BenchmarkPrune(b *testing.B) { … } func BenchmarkDeepCopy(b *testing.B) { … } func BenchmarkUnmarshal(b *testing.B) { … }