This commit is contained in:
Tommi Reiman 2024-06-29 16:21:35 +03:00
parent 2da94f733d
commit eb4c231c23

View file

@ -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)