Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
camsaul authored Sep 10, 2019
1 parent c7a8c04 commit 9967c6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,7 @@ following summarizes all component implementations that currently ship with Meth
## Performance

Methodical is built with performance in mind. Although it is written entirely in Clojure, and supports many more
features, its performance is similar or better to vanilla Clojure multimethods in many cases. Profiling results with Criterium
[https://github.com/hugoduncan/criterium/] show Methodical performing up to 20% faster in some cases:
features, its performance is similar or better to vanilla Clojure multimethods in many cases. Profiling results with (Criterium)[https://github.com/hugoduncan/criterium/] show Methodical performing up to 20% faster in some cases:

```
;;; Vanilla clojure
Expand Down

0 comments on commit 9967c6d

Please sign in to comment.