Liking cljdoc? Tell your friends :D

rt.basic.type-bench


*active*clj


bench?clj

(bench? obj)

checks if object is a bench

checks if object is a bench
raw docstring

create-bench-processclj

(create-bench-process lang
                      port
                      {:keys [root-dir host] :as opts}
                      input-args
                      input-body)

creates the bench process

creates the bench process
raw docstring

get-benchclj

(get-bench port)

gets an active bench given port

gets an active bench given port
raw docstring

start-benchclj

(start-bench lang bench port opts)

starts a test bench process

starts a test bench process
raw docstring

start-bench-processclj

(start-bench-process lang
                     {:keys [exec bootstrap] :as bench}
                     port
                     {:keys [host root-dir] :as opts})

starts a bench process

starts a bench process
raw docstring

stop-benchclj

(stop-bench {:keys [port save root-dir] :as entry})

stops a test bench process

stops a test bench process
raw docstring

stop-bench-processclj

(stop-bench-process port)

stops the bench process

stops the bench process
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close