We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbe6b2 commit 0fd092fCopy full SHA for 0fd092f
README.md
@@ -9,7 +9,7 @@ Benchmarking tool for Elixir.
9
You can clone the repository and create tests in the `bench/` directory. Or you
10
can install an archive locally to make bench tasks available system-wide:
11
12
- mix archive.install https://github.com/alco/benchfella/releases/download/archive/benchfella-0.0.2.ez
+ mix archive.install https://github.com/alco/benchfella/releases/download/v0.1.0/benchfella-0.1.0.ez
13
14
15
## Usage
mix.exs
@@ -3,7 +3,7 @@ defmodule Benchfella.Mixfile do
3
4
def project do
5
[app: :benchfella,
6
- version: "0.0.2",
+ version: "0.1.0",
7
elixir: ">= 0.15.0 and < 2.0.0"]
8
end
0 commit comments