Hello, I was reading the mailing list
and http://dev.clojure.org/display/community/Project+Ideas+2016 looking for
open source project ideas and found this.
However, someone has likely implemented what you are looking for:
https://github.com/mhjort/clj-gatling
More ideas are appreciated.
sexta
I added this to the page - thanks Markus!
On Friday, February 19, 2016 at 9:49:51 AM UTC-6, Markus Hjort wrote:
>
> *Brief explanation:* Clojure as a language is a good choice for writing
> readable load test scenarios. Core libraries and runtime are well suited
> for doing highly parallel compu
*Brief explanation:* Clojure as a language is a good choice for writing
readable load test scenarios. Core libraries and runtime are well suited
for doing highly parallel computation while lazy sequences and transducers
are effective for doing calculations on big data structures. All of these