Run fewer cycles

Saves laptop batter while I'm on this flight, yo.
This commit is contained in:
Michael Klishin 2014-05-11 12:42:23 -04:00
parent c75b02814d
commit f0722561c3

View file

@ -24,7 +24,7 @@
(monger.core/set-default-write-concern! WriteConcern/NORMAL)
(deftest ^{:performance true} insert-large-batches-of-documents-without-object-ids
(doseq [n [1000 10000 100000]]
(doseq [n [10 100 1000 10000 20000 30000]]
(let [collection "things"
docs (map (fn [i]
(to-db-object { :title "Untitled" :created-at (Date.) :number i }))