Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestYAMLLimits (0.13 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/yaml/yaml_test.go

    			benchmark: true,
    		},
    	}
    }
    
    var decoders = map[string]func([]byte) ([]byte, error){
    	"sigsyaml": sigsyaml.YAMLToJSON,
    	"utilyaml": yaml.ToJSON,
    }
    
    func TestYAMLLimits(t *testing.T) {
    	for _, tc := range testcases() {
    		if tc.benchmark {
    			continue
    		}
    		t.Run(tc.name, func(t *testing.T) {
    			for decoderName, decoder := range decoders {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 06 20:18:22 UTC 2020
    - 14.3K bytes
    - Viewed (0)
Back to top