re-run nodes perf tests

This commit is contained in:
Tommi Reiman 2018-04-22 18:00:33 +03:00
parent 6d387c8822
commit 53bdc622ee
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@
;; 25310 / 25126
"regex"
;; 84149 / 84867
;; 88060 / 90778
(title "reitit")
;; wrk -d ${DURATION:="30s"} http://127.0.0.1:2048/product/foo
;; 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"}))))
(comment
(web/run app {:port 2048})
(web/run app {:port 2048, :dispatch? false, :server {:always-set-keep-alive false}})
(routing-test))

View file

@ -60,7 +60,7 @@
"-Dclojure.compiler.direct-linking=true"]
:test-paths ["perf-test/clj"]
: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"]
[org.clojure/core.async "0.4.474"]
[ataraxy "0.4.0"]