Skip to content

Commit 79045ed

Browse files
marcuswrhugoduncan
authored andcommitted
Fixed typo in report-result example in README.md
- example resulted in following exception: CompilerException clojure.lang.ArityException: Wrong number of args (1) passed to: core$benchmark
1 parent 82eb56d commit 79045ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Lower level functions are available, that separate benchmark statistic
6363
generation and reporting.
6464

6565
```clj
66-
(report-result (benchmark (Thread/sleep 1000)) {:verbose true})
66+
(report-result (benchmark (Thread/sleep 1000) {:verbose true}))
6767
(report-result (quick-benchmark (Thread/sleep 1000)))
6868
```
6969

0 commit comments

Comments
 (0)