go(stats): add comment explaining BenchRound
[skip ci]
This commit is contained in:
parent
520c903a14
commit
a80b6660e5
@ -11,6 +11,7 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// BenchRound holds the iteration couter value and Results of size 'maxFES'.
|
||||
type BenchRound struct {
|
||||
Iteration int
|
||||
Results []float64
|
||||
|
Loading…
Reference in New Issue
Block a user