mirror of
https://github.com/metosin/reitit.git
synced 2026-02-02 18:50:35 +00:00
Don't print average lower
This commit is contained in:
parent
a9c33de7d1
commit
df8cfed125
1 changed files with 1 additions and 3 deletions
|
|
@ -64,6 +64,4 @@
|
||||||
(do
|
(do
|
||||||
(when verbose? (println (format "%7s\t%7s" mean lower) "\t" path))
|
(when verbose? (println (format "%7s\t%7s" mean lower) "\t" path))
|
||||||
[mean lower]))]
|
[mean lower]))]
|
||||||
(title (str "average, lower/mean: "
|
(title (str "average, mean: " (int (/ (reduce + (map first times)) (count times)))))))
|
||||||
(int (/ (reduce + (map second times)) (count times))) "/"
|
|
||||||
(int (/ (reduce + (map first times)) (count times)))))))
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue