On Jul 1, 2010, at 21:21 , Hugo Duncan wrote: > On Thu, 01 Jul 2010 13:44:25 -0400, Mike Meyer > <[email protected]> wrote: > >> Is anyone using anything more sophisticated than clojure.core/time for >> benchmarking clojure code? > > I wrote a benchmarking lib at http://github.com/hugoduncan/criterium Actually the initial thing I started did not even use time I used a very flawed method using 'time java -cp ...' But I did this on purpose since my goal was to benchmark clojure in comparison to Scala (or other languages) where neither (time) nor creterium are useable since it is language specific.
Regards, Heinz -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
