Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for exerciseTimingRatioHistogram (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/timing_ratio_histogram_test.go

    	for _, reg := range toRegister {
    		registry.MustRegister(reg)
    	}
    	tro := vec.NewForLabelValuesSafe(0, 1, []string{"avalue"})
    	exerciseTimingRatioHistogram(t, testHistogramName, t0, clk, registry, tro)
    }
    
    // exerciseTimingRatioHistogram does a rough behavioral test of a
    // RatioedObserver.  A fake clock is used, and the exercise consists
    // of repeatedly changing that fake clock by an amount of time chosen
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 13 16:03:06 UTC 2022
    - 8.7K bytes
    - Viewed (0)
Back to top