chore(go): comment exported symbols
This commit is contained in:
parent
68b14f9960
commit
67eca7253b
@ -45,6 +45,9 @@ func GetMeanStats() *stats.MeanStats {
|
|||||||
return meanStats
|
return meanStats
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// PrepComparisonOfMeans returns a pointer to a slice of pics (of type
|
||||||
|
// report.PicList) and an integer - the count of unique benchmarking functions
|
||||||
|
// used.
|
||||||
func PrepComparisonOfMeans(wg *sync.WaitGroup) (*report.PicList, int) {
|
func PrepComparisonOfMeans(wg *sync.WaitGroup) (*report.PicList, int) {
|
||||||
pL := report.NewPicList()
|
pL := report.NewPicList()
|
||||||
meanStats := GetMeanStats()
|
meanStats := GetMeanStats()
|
||||||
|
@ -13,6 +13,7 @@ var Functions = map[string]func([]float64) float64{
|
|||||||
"De Jong 2nd": DeJong2nd,
|
"De Jong 2nd": DeJong2nd,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FuncNames represents a numbered list of function name.
|
||||||
var FuncNames = map[int]string{
|
var FuncNames = map[int]string{
|
||||||
0: "Schwefel",
|
0: "Schwefel",
|
||||||
1: "De Jong 1st",
|
1: "De Jong 1st",
|
||||||
|
Loading…
Reference in New Issue
Block a user