(create-bench-process lang
port
{:keys [root-dir host] :as opts}
input-args
input-body)
creates the bench process
creates the bench process
(get-bench port)
gets an active bench given port
gets an active bench given port
(start-bench lang bench port opts)
starts a test bench process
starts a test bench process
(start-bench-process lang
{:keys [exec bootstrap] :as bench}
port
{:keys [host root-dir] :as opts})
starts a bench process
starts a bench process
(stop-bench {:keys [port save root-dir] :as entry})
stops a test bench process
stops a test bench process
(stop-bench-process port)
stops the bench process
stops the bench process
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close