Documentation
¶
Index ¶
- func CI(iters int, maxNrWorkers int, statisticFunc st.StatisticFunc, ...) []st.CI
- func CIRatio(iters int, maxNrWorkers int, statisticFunc st.StatisticFunc, ...) []st.CIRatio
- func CIRatios(c1, c2 bench.Chan, ciFunc CIFunc, ciRatioFunc CIRatioFunc) <-chan CIRatioResult
- func CIs(c bench.Chan, ciFunc CIFunc) <-chan CIResult
- type CIFunc
- type CIRatioFunc
- type CIRatioResult
- type CIResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CI ¶
func CI(iters int, maxNrWorkers int, statisticFunc st.StatisticFunc, significanceLevels []float64, executions bench.ExecutionSlice, sampler bench.InvocationSampler) []st.CI
func CIRatio ¶
func CIRatio(iters int, maxNrWorkers int, statisticFunc st.StatisticFunc, significanceLevels []float64, executionsA bench.ExecutionSlice, executionsB bench.ExecutionSlice, sampler bench.InvocationSampler) []st.CIRatio
func CIRatios ¶
func CIRatios(c1, c2 bench.Chan, ciFunc CIFunc, ciRatioFunc CIRatioFunc) <-chan CIRatioResult
Types ¶
type CIFunc ¶
type CIFunc = func(bench.ExecutionSlice) []st.CI
func CIFuncSetup ¶
func CIFuncSetup(iters int, maxNrWorkers int, statFunc st.StatisticFunc, significanceLevels []float64, sampler bench.InvocationSampler) CIFunc
type CIRatioFunc ¶
type CIRatioFunc = func(bench.ExecutionSlice, bench.ExecutionSlice) []st.CIRatio
func CIRatioFuncSetup ¶
func CIRatioFuncSetup(iters int, maxNrWorkers int, statFunc st.StatisticFunc, significanceLevels []float64, sampler bench.InvocationSampler) CIRatioFunc
type CIRatioResult ¶
Click to show internal directories.
Click to hide internal directories.