Microbench is a little utility I wrote that executes a piece of code for awhile to warm up, then records timings for as many runs as will fit in a preset time limit and reports statistics. So the numbers you see are min/median/max milleseconds per run, and number of runs that fit in 3 seconds of real time.
Now that clojure.contrib.profile exists, you could use that to similar effect. But if you want my microbench, it's here http://gist.github.com/587199 (not the cleanest implementation, but it works). -Jason On Sep 19, 3:48 pm, Mike K <mbk.li...@gmail.com> wrote: > What is the definition of microbench? -- 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 first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en