aiken/crates
KtorZ 41440f131b
rework sizing of benchmarks, taking measures at different points
The idea is to get a good sample of measures from running benchmarks
  with various sizes, so one can get an idea of how well a function
  performs at various sizes.

  Given that size can be made arbitrarily large, and that we currently
  report all benchmarks, I installed a fibonacci heuristic to gather
  data points from 0 to the max size using an increasing stepping.

  Defined as a trait as I already anticipate we might need different
  sizing strategy, likely driven by the user via a command-line option;
  but for now, this will do.

Signed-off-by: KtorZ <5680256+KtorZ@users.noreply.github.com>
2025-02-09 16:18:02 +01:00
..
aiken rework sizing of benchmarks, taking measures at different points 2025-02-09 16:18:02 +01:00
aiken-lang rework sizing of benchmarks, taking measures at different points 2025-02-09 16:18:02 +01:00
aiken-lsp Trigger warning when destructuring records using unnamed fields 2025-01-22 18:07:57 -05:00
aiken-project rework sizing of benchmarks, taking measures at different points 2025-02-09 16:18:02 +01:00
uplc Add a debug flag for uplc eval 2025-02-09 08:39:38 -05:00