Liking cljdoc? Tell your friends :D

benjmark.core


cand-fileclj

(cand-file project)
source

capture-resultsclj

(capture-results f input)
source

check-consistent-outputsclj

(check-consistent-outputs results)
source

clear-resultsclj

(clear-results project)
source

combine-outputclj

(combine-output a b)
source

combine-resultsclj

(combine-results a b project)
source

default-projectclj

source

exponential-sizesclj

(exponential-sizes n lower upper)
source

flatten-resultsclj

(flatten-results results)
source

generate-and-save-problemsclj

(generate-and-save-problems project generator problem-sizes)
source

generate-problemclj

(generate-problem generator size)
source

initialize-stateclj

(initialize-state total-count)
source

list-experimentsclj

(list-experiments project)
source

load-problemclj

(load-problem index project)
source

load-problem-countclj

(load-problem-count project)
source

max-timeclj

(max-time results)
source

problem-fileclj

(problem-file i project)
source

problem-info-fileclj

(problem-info-file project)
source

project-fileclj

(project-file filename project)
source

result-orderclj

(result-order x)
source

results-fileclj

(results-file project)
source

run-benchmarkclj

(run-benchmark project)
source

run-experimentclj

(run-experiment project state setup)
source

run-experiment?clj

(run-experiment? state cand-key problem-size)
source

run-experimentsclj

(run-experiments experiments project)
source

step-counterclj

(step-counter state)
source

unflatten-resultsclj

(unflatten-results results)
source

update-candidates-infoclj

(update-candidates-info project)
source

update-max-sizeclj

(update-max-size state cand-key problem-size time-seconds max-dur)
source

update-results-fileclj

(update-results-file results project)
source

with-make-parentsclj

(with-make-parents f)
source

wrap-capture-resultsclj

(wrap-capture-results f)
source

wrap-dry-runclj

(wrap-dry-run f)
source

wrap-executableclj

(wrap-executable path)
source

wrap-fnclj

(wrap-fn f)
(wrap-fn f input-conv)
(wrap-fn f input-conv output-conv)

Wraps a clojure function that computes something on data to load the data, measure time and do a dry run. When measuring Clojure code, you probably want to wrap your function with this.

Wraps a clojure function that computes something on data to load the data, measure time and do a dry run. When measuring Clojure code, you probably want to wrap your function with this.
sourceraw docstring

wrap-loadclj

(wrap-load f)
source

wrap-results-conversionclj

(wrap-results-conversion f input-conversion)
(wrap-results-conversion f input-conversion output-conversion)
source

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

× close