mirror of
https://github.com/metosin/reitit.git
synced 2025-12-24 02:48:25 +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
|
||||
(when verbose? (println (format "%7s\t%7s" mean lower) "\t" path))
|
||||
[mean lower]))]
|
||||
(title (str "average, lower/mean: "
|
||||
(int (/ (reduce + (map second times)) (count times))) "/"
|
||||
(int (/ (reduce + (map first times)) (count times)))))))
|
||||
(title (str "average, mean: " (int (/ (reduce + (map first times)) (count times)))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue