mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
format
This commit is contained in:
parent
2da94f733d
commit
eb4c231c23
1 changed files with 3 additions and 3 deletions
|
|
@ -738,9 +738,9 @@
|
|||
{::trie/trie-compiler compiler})]
|
||||
(dotimes [_ 10]
|
||||
(future
|
||||
(dotimes [n 100000]
|
||||
(let [body (:body (app {:request-method :get, :uri (str "/" n)}))]
|
||||
(is (= body (str n))))))))))))
|
||||
(dotimes [n 100000]
|
||||
(let [body (:body (app {:request-method :get, :uri (str "/" n)}))]
|
||||
(is (= body (str n))))))))))))
|
||||
|
||||
(declare routes)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue