Oleksii Sholik

Results 129 comments of Oleksii Sholik

Hi. The `mix bench` task supports an `-o/--output` option that allows to set the path to the temp directory or disable its creation: ``` -o , --output= Path to the...

Thanks for your contribution! I've left a few comments.

Would you like to send a PR implementing this feature? :)

Benchmarking memory usage is not a straightforward task, that's why it's been disabled. Have you seen other libraries have a similar feature?

Try adding at least one more snapshot and build a graph from that.

Hey @artemrizhov. I like the idea. Could you explain why this particular test has to run for a longer time?

Hey @bbense, Sorry for not getting back to your earlier. The issue with multiple invocations of Benchfella needs to be solved at the architectural level. Currently it is invoked from...

The problem with grouping is that there are different use cases. Sometimes you want to group different implementations of the same algorithm. Other times, you want to group string-related functions...

I don't understand. If there is nothing to benchmark, why write the test in the first place?

So you have the same benchmark suite for different libraries? If that is the case, that might not be supported for quite some time if at all. I'd like to...