Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

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.

4 Answers

0 votes
by

Comment made by: metacritical

Would it be alright to add a task :benchmark in lein in order to run these benchmarks using ProcessBuilder ?

0 votes
by

Comment made by: mfikes

If we do anything, I'd suggest that we employ simple Clojure scripts, with no dependence on {{lein}}.

0 votes
by

Comment made by: metacritical

That makes sense.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-981 (reported by dnolen)
...