kubernetes/test/integration/apiserver/timestamp_transformer_test.go

func convertToUnstructured(b *testing.B, obj runtime.Object) runtime.Object {}

func doBench(b *testing.B, useUnstructured bool, shortCircuit bool) {}

func BenchmarkIgnoreManagedFieldsTimestampTransformerStructuredShortCircuit(b *testing.B) {}

func BenchmarkIgnoreManagedFieldsTimestampTransformerStructuredWorstCase(b *testing.B) {}

func BenchmarkIgnoreManagedFieldsTimestampTransformerUnstructuredShortCircuit(b *testing.B) {}

func BenchmarkIgnoreManagedFieldsTimestampTransformerUnstructuredWorstCase(b *testing.B) {}