mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 17:01:11 +00:00
re-run nodes perf tests
This commit is contained in:
parent
6d387c8822
commit
53bdc622ee
2 changed files with 3 additions and 3 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
;; 25310 / 25126
|
;; 25310 / 25126
|
||||||
"regex"
|
"regex"
|
||||||
|
|
||||||
;; 84149 / 84867
|
;; 88060 / 90778
|
||||||
(title "reitit")
|
(title "reitit")
|
||||||
;; wrk -d ${DURATION:="30s"} http://127.0.0.1:2048/product/foo
|
;; wrk -d ${DURATION:="30s"} http://127.0.0.1:2048/product/foo
|
||||||
;; wrk -d ${DURATION:="30s"} http://127.0.0.1:2048/twenty/bar
|
;; wrk -d ${DURATION:="30s"} http://127.0.0.1:2048/twenty/bar
|
||||||
|
|
@ -77,5 +77,5 @@
|
||||||
(assert (= {:status 200, :body "Got twenty id bar"} (app {:request-method :get, :uri "/twenty/bar"}))))
|
(assert (= {:status 200, :body "Got twenty id bar"} (app {:request-method :get, :uri "/twenty/bar"}))))
|
||||||
|
|
||||||
(comment
|
(comment
|
||||||
(web/run app {:port 2048})
|
(web/run app {:port 2048, :dispatch? false, :server {:always-set-keep-alive false}})
|
||||||
(routing-test))
|
(routing-test))
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
"-Dclojure.compiler.direct-linking=true"]
|
"-Dclojure.compiler.direct-linking=true"]
|
||||||
:test-paths ["perf-test/clj"]
|
:test-paths ["perf-test/clj"]
|
||||||
:dependencies [[compojure "1.6.1"]
|
:dependencies [[compojure "1.6.1"]
|
||||||
[org.immutant/immutant "2.1.10"]
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||||
[io.pedestal/pedestal.route "0.5.3"]
|
[io.pedestal/pedestal.route "0.5.3"]
|
||||||
[org.clojure/core.async "0.4.474"]
|
[org.clojure/core.async "0.4.474"]
|
||||||
[ataraxy "0.4.0"]
|
[ataraxy "0.4.0"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue