bmark
bmark copied to clipboard
A benchmarking tool for Elixir
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.