mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31: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})]
|
{::trie/trie-compiler compiler})]
|
||||||
(dotimes [_ 10]
|
(dotimes [_ 10]
|
||||||
(future
|
(future
|
||||||
(dotimes [n 100000]
|
(dotimes [n 100000]
|
||||||
(let [body (:body (app {:request-method :get, :uri (str "/" n)}))]
|
(let [body (:body (app {:request-method :get, :uri (str "/" n)}))]
|
||||||
(is (= body (str n))))))))))))
|
(is (= body (str n))))))))))))
|
||||||
|
|
||||||
(declare routes)
|
(declare routes)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue