benchee icon indicating copy to clipboard operation
benchee copied to clipboard

Easy and extensible benchmarking in Elixir providing you with lots of statistics!

Results 34 benchee issues
Sort by recently updated
recently updated
newest added

First of all, hello and thanks for all the hard work you have put into Benchee! I took on implementing Benchee support in Livebook (see the GitHub issue here: https://github.com/livebook-dev/kino/issues/132)...

Hello `Benchee` runs great in Livebook, but raises an exception in the Livebook-App. In the Livebook-App the file `Path.join([:code.root_dir(), "releases", otp_release, "OTP_VERSION"])` is not available. Maybe `Benchee.System.erlang/0` could return `otp_release`...

bug

closes #367 Because this PR is so small I add a cat pic. ![klara](https://user-images.githubusercontent.com/223263/183300439-9e0528b4-38bc-411c-bdd2-f57a0d0aedba.png)

The case where we have a couple of different implementations and we want to test them on small, medium, large and super-large inputs is rather common. Often, we refer to...

Hi @PragTob, first of all, thank you for such an amazing library, it helps me every now and then to make Elixir an even better language. I would like to...

enhancement

It is kind of weird to me to see > Estimated total run time: 1.60 min when it could be > Estimated total run time: 1 min 36 sec

enhancement

So I was using benchee and I came across this problem. I've got a bunch of tests with a few different inputs with greatly varying sizes and found that if...

I am thinking about writing support for ExUnit-style benchmarks (if there is no work toward such thing yet). And I am having something like that in mind: ```elixir defmodule SampleBench...

I tried out Benchee to test out the difference in performance between pattern matching in function clauses versus a more traditional approach. I built a dumb module to test this...

enhancement

https://github.com/bencheeorg/benchee/issues/179 Test assertion which exercises the new feature is located in /test/benchee/formatters/console_test.exs:71 In the event that a reference_job is unable to match one of the scenarios in the list provided...