is there a performance test tool by clojure

2014-05-06 Thread Zhi Yang
is there a performance test tool by clojure like scala Gatling -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

Re: is there a performance test tool by clojure

2014-05-06 Thread Andrey Antukh
Hi! https://github.com/hugoduncan/criterium this is a good candidate. Greetings Andrey 2014-05-06 15:06 GMT+02:00 Zhi Yang zhi.y...@yottaa.com: is there a performance test tool by clojure like scala Gatling -- You received this message because you are subscribed to the Google Groups

Re: is there a performance test tool by clojure

2014-05-06 Thread Zhi Yang
thanks, this is mainly for benchmark expression, what I need is a jmeter like app performance tool On Tuesday, May 6, 2014 9:06:11 PM UTC+8, Zhi Yang wrote: is there a performance test tool by clojure like scala Gatling -- You received this message because you are subscribed to the Google

Re: is there a performance test tool by clojure

2014-05-06 Thread François Rey
On 06/05/14 15:32, Zhi Yang wrote: thanks, this is mainly for benchmark expression, what I need is a jmeter like app performance tool In that case: https://github.com/ptaoussanis/timbre -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this

Re: is there a performance test tool by clojure

2014-05-06 Thread François Rey
On 06/05/14 15:34, François Rey wrote: On 06/05/14 15:32, Zhi Yang wrote: thanks, this is mainly for benchmark expression, what I need is a jmeter like app performance tool In that case: https://github.com/ptaoussanis/timbre Looking at what Gatling provides in scalaland I guess you may be