Re: [GSoC Idea] Distributed Load Testing Tool in Clojure

2016-06-12 Thread Tomás Pinho
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

Re: [GSoC Idea] Distributed Load Testing Tool in Clojure

2016-02-19 Thread Alex Miller
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

[GSoC Idea] Distributed Load Testing Tool in Clojure

2016-02-19 Thread Markus Hjort
*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