math-optim/stats
surtur 2bf3a4a767
All checks were successful
continuous-integration/drone/push Build is passing
go: collect and process mean vals
* compute and save mean values of x (e.g. 30) bench runs
* safely save mean vals for all bench-dimens combinations to AlgoMeans
  from goroutines (use mutex to protect shared access)
* rework algo/plot.go to use already computed mean values.

todo: plot mean vals of all algorithms (per benchmark) in a single pic.
2022-07-19 21:56:49 +02:00
..
doc.go go: add stats package 2022-06-17 23:24:41 +02:00
stats.go go: collect and process mean vals 2022-07-19 21:56:49 +02:00
table.go go(stats): Solution -> BenchResults in FuncStats 2022-07-19 19:58:45 +02:00
table_test.go go(stats): Solution -> BenchResults in FuncStats 2022-07-19 19:58:45 +02:00