Liking cljdoc? Tell your friends :D

clj-gatling.pipeline


local-executorclj

(local-executor node-id simulation options)
source

max-usersclj

(max-users rate timeout-in-ms)

Determines the maximum number of concurrent requests that can be running, given the rate at which they are created and time out. Rounds up

Determines the maximum number of concurrent requests that can be running,
given the rate at which they are created and time out. Rounds up
sourceraw docstring

prunclj

(prun f users-by-node requests-by-node)
source

runclj

(run simulation
     {:keys [nodes executor concurrency rate timeout-in-ms reporters requests
             results-dir context]
      :as options})
source

simulation-runnerclj

(simulation-runner simulation
                   {:keys [node-id batch-size reporters results-dir context
                           experimental-test-runner-stats?]
                    :as options})
source

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

× close