bmark icon indicating copy to clipboard operation
bmark copied to clipboard

A benchmarking tool for Elixir

Results 5 bmark issues
Sort by recently updated
recently updated
newest added

When compiling, the following warnings show: ``` Compiling 3 files (.ex) Generated unsafe app warning: variable "deps" does not exist and is being expanded to "deps()", please use parentheses to...

So I have a simple class demonstrating a couple ways to solve the first Euler problem: ``` elixir defmodule EulerExample do @doc """ Returns the sum of all values below...

A fixed number of runs is not always the best way to run the benchmark. Add support for `runs: stabilize` which will keep running the benchmark until the mean stabilizes...

mix bmark should accept command line options to specify a single benchmark to run or a wildcard pattern describing a set of benchmarks to run.