File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ java.hprof.*
12
12
.ritz-exception-filters
13
13
target
14
14
checkouts
15
+ .lsp
Original file line number Diff line number Diff line change 87
87
88
88
## References
89
89
90
- [ API Documentation] ( http://hugoduncan.github.com /criterium/0.4/api/ )
91
- [ Annotated Source] ( http://hugoduncan.github.com /criterium/0.4/uberdoc.html )
90
+ [ API Documentation] ( http://hugoduncan.github.io /criterium/0.4/api/ )
91
+ [ Annotated Source] ( http://hugoduncan.github.io /criterium/0.4/uberdoc.html )
92
92
93
93
See [ Elliptic Group] ( http://www.ellipticgroup.com/html/benchmarkingArticle.html )
94
94
for a Java benchmarking library. The accompanying article describes many of the
Original file line number Diff line number Diff line change 20
20
(ns ^{:author " Hugo Duncan"
21
21
:see-also
22
22
[[" http://github.com/hugoduncan/criterium" " Source code" ]
23
- [" http://hugoduncan.github.com /criterium" " API Documentation" ]]}
23
+ [" http://hugoduncan.github.io /criterium" " API Documentation" ]]}
24
24
criterium.core
25
25
" Criterium measures the computation time of an expression. It is
26
26
designed to address some of the pitfalls of benchmarking, and benchmarking on
You can’t perform that action at this time.
0 commit comments