go(stats): add comment explaining BenchRound

[skip ci]
This commit is contained in:
surtur 2022-06-19 21:56:36 +02:00
parent 520c903a14
commit a80b6660e5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -11,6 +11,7 @@
"os"
)
// BenchRound holds the iteration couter value and Results of size 'maxFES'.
type BenchRound struct {
Iteration int
Results []float64