Welcome! Please see the About page for a little more info on how this works.
We should use {{ProcessBuilder}} to run the various benchmark scripts and control which benchmarks we test and which engines we run. Benchmarks should produce EDN data that can be written to a file, loaded into Incanter, etc.
Comment made by: metacritical
Would it be alright to add a task :benchmark in lein in order to run these benchmarks using ProcessBuilder ?
Comment made by: mfikes
If we do anything, I'd suggest that we employ simple Clojure scripts, with no dependence on {{lein}}.
That makes sense.