(compact-node node)
(get-comparison-times results)
(load-from-s3 key)
(post-to-slack message)
(results->email bench-results)
(results->slack-message results)
(run-bench bench-type & body)
(run-bench* bench-type f)
(save-to-file file results)
(save-to-s3 {:keys [database version]} file)
(send-email-via-ses message)
(sparkline nums)
(with-additional-index-metrics node & body)
(with-additional-index-metrics* node f)
(with-bench-ns bench-ns & body)
(with-bench-ns* bench-ns f)
(with-comparison-times results)
(with-crux-dimensions & body)
(with-dimensions dims & body)
(with-dimensions* dims f)
(with-embedded-kafka & body)
(with-embedded-kafka* f)
(with-nodes [node-binding nodes] & body)
(with-nodes* nodes f)
(with-thread-pool {:keys [num-threads] :or {num-threads num-processors}} f args)
(with-timing & body)
(with-timing* f)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close