Commit Graph

7 Commits

Author SHA1 Message Date
leo 3f77c573a6
chore: 2023
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-12 23:35:51 +01:00
surtur c37ef263ae
go(stats): Solution -> BenchResults in FuncStats
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-19 19:58:45 +02:00
surtur 71e67bdb58
go(stats): actually calculate median
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-18 04:17:58 +02:00
surtur 621f56f5e3
go(stats): rework table saving,structure
All checks were successful
continuous-integration/drone/push Build is passing
* create tables as defined in the report pkg.
* add new funcs to calculate stats and prepare the necessary table
  structs.
* rework existing `stats` tests
* handle a weird test behaviour when tmpl at `report/table.tmpl` is not
  found when testing a `stats` func.
2022-07-13 17:35:18 +02:00
surtur ea0ccedbba
go(stats/table_test.go): prettify struct printing
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-28 00:44:58 +02:00
surtur 13fd0b3bff
go(stats/table): let the printing func just print
All checks were successful
continuous-integration/drone/push Build is passing
...and handle constructing the actual table in a separate func.
also, add more tests.
2022-06-27 21:56:44 +02:00
surtur 58edf3c506
go(stats): add table_test.go
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-27 21:10:33 +02:00