Codebase Browser
kubernetes
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) { … }