Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkProtobufEncodeWithAllocator (0.41 sec)

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

    	"k8s.io/apimachinery/pkg/runtime/serializer/protobuf"
    )
    
    func BenchmarkProtobufEncoder(b *testing.B) {
    	benchmarkEncodeFor(b, protobuf.NewSerializer(nil, nil))
    }
    
    func BenchmarkProtobufEncodeWithAllocator(b *testing.B) {
    	benchmarkEncodeWithAllocatorFor(b, protobuf.NewSerializer(nil, nil))
    }
    
    func BenchmarkRawProtobufEncoder(b *testing.B) {
    	benchmarkEncodeFor(b, protobuf.NewRawSerializer(nil, nil))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 23 13:38:29 UTC 2022
    - 3.6K bytes
    - Viewed (0)
Back to top