Skip to content

Commit 4a72e8a

Browse files
author
Shubham Gupta
committed
Replace benchfella with benchee
1 parent 4a6ba2e commit 4a72e8a

16 files changed

+996
-368
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ The package can be installed as:
3939

4040
## Benchmarks
4141

42-
- We use benchfella for the benchmark tests. Run it using the following
42+
- We use benchee for the benchmark tests. Run it using the following
4343
```
44-
MIX_ENV=test mix bench
45-
MIX_ENV=test mix bench
46-
# Generate graphs of the above runs
47-
MIX_ENV=test mix bench.graph
44+
mix run test/xirr_comparison_bench.exs
4845
```
49-
- The report is available [here](http://htmlpreview.github.io/?https://github.com/scripbox/ex-xirr/blob/master/bench/graphs/index.html)
46+
- The reports are available in the ```benchmarks``` folder.
5047

5148
## Credits
5249

bench/.gitignore

-1
This file was deleted.

bench/graphs/index.html

-333
This file was deleted.

bench/xirr_comparison_bench.exs

-26
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Font license info
2+
3+
4+
## Font Awesome
5+
6+
Copyright (C) 2016 by Dave Gandy
7+
8+
Author: Dave Gandy
9+
License: SIL ()
10+
Homepage: http://fortawesome.github.com/Font-Awesome/
11+
12+

0 commit comments

Comments
 (0)