Skip to content

Commit

Permalink
* benchmark/cljs/benchmark_runner.cljs: benchmark vector construction
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nolen authored and David Nolen committed May 30, 2012
1 parent 37a8980 commit f5a0006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/cljs/benchmark_runner.cljs
Expand Up @@ -37,6 +37,7 @@
(println)

(println ";;; vector ops")
(simple-benchmark [] [1 2 3] 1000000)
(simple-benchmark [coll [1 2 3]] (conj coll 4) 1000000)
(simple-benchmark [coll [1 2 3]] (-conj coll 4) 1000000)
(simple-benchmark [coll [1 2 3]] (seq coll) 1000000)
Expand Down

0 comments on commit f5a0006

Please sign in to comment.