Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkFromUnstructuredWithValidation (0.43 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go

    				t.Errorf("found unexpected errors: %s", leftoverErrors)
    			}
    		})
    	}
    }
    
    // BenchmarkFromUnstructuredWithValidation benchmarks
    // the time and memory required to perform FromUnstructured
    // with the various validation directives (Ignore, Warn, Strict)
    func BenchmarkFromUnstructuredWithValidation(b *testing.B) {
    	re := regexp.MustCompile("^I$")
    	f := fuzz.NewWithSeed(1).NilChance(0.1).SkipFieldsWithPattern(re)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 22.9K bytes
    - Viewed (0)
Back to top