Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doAuthForTokenN (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go

    		for pb.Next() {
    			// some problems appear with random access, some appear with many
    			// requests for a single entry, so we do both.
    			s.doAuthForTokenN(r.Intn(s.tokenCount), a)
    			s.doAuthForTokenN(0, a)
    		}
    	})
    	b.StopTimer()
    
    	b.ReportMetric(float64(lookups)/float64(b.N), "lookups/op")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top