Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkEncodeCodecFromInternal (0.39 sec)

  1. pkg/api/testing/serialization_test.go

    			b.Fatal(err)
    		}
    	}
    	b.StopTimer()
    }
    
    // BenchmarkEncodeCodecFromInternal measures the cost of performing a codec encode,
    // including conversions.
    func BenchmarkEncodeCodecFromInternal(b *testing.B) {
    	items := benchmarkItems(b)
    	width := len(items)
    	encodable := make([]api.Pod, width)
    	for i := range items {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 19.3K bytes
    - Viewed (0)
Back to top