bencheeorg / benchee

Easy and extensible benchmarking in Elixir providing you with lots of statistics!
MIT License
1.42k stars 66 forks source link

Fix relative statistics calculations #401

Closed PragTob closed 11 months ago

PragTob commented 11 months ago

It used to rely on the inputs being there and then working based off on them - too bad, if we use Benchee.load then there are no inputs to go off, but they are still in the scenarios to work with them. Needs some care to preserve order which looks odd but couldn't find a better way.