From a80b6660e5a2c973b98d9d6e06983036da1f86d4 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 19 Jun 2022 21:56:36 +0200 Subject: [PATCH] go(stats): add comment explaining BenchRound [skip ci] --- stats/stats.go | 1 + 1 file changed, 1 insertion(+) diff --git a/stats/stats.go b/stats/stats.go index 36a994e..d232975 100644 --- a/stats/stats.go +++ b/stats/stats.go @@ -11,6 +11,7 @@ import ( "os" ) +// BenchRound holds the iteration couter value and Results of size 'maxFES'. type BenchRound struct { Iteration int Results []float64