bencheeorg / benchee

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

Failing tests for profiling not working with hooks or inputs & now also fixing it #345

Closed PragTob closed 2 years ago

PragTob commented 2 years ago

Realized while writing the docs that we don't seem to take into account functions that take arguments or running hooks at all :sweat_smile:

so far these are just failing tests.

PragTob commented 2 years ago

Needs some more love around testing of the new functionality in a more unit testing fashion + probably adding samples for them.