On 1 December 2010 02:01, Chris Riddoch <[email protected]> wrote: > Which reminds me, I'd really love to see a good comparison of freely > available benchmarking tools for Clojure. From past discussions on > the list, I gather that benchmarking in the JVM is a rather tricky > thing in general, but much more so for "micro-benchmarking" that this > sort of empiricism calls for.
Criterium promises to benchmark Clojure code while avoiding common JVM pitfalls. I haven't personally tried it, but it may be of interest: https://github.com/hugoduncan/criterium Daniel -- 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
