From 37e8df83006460253cd72a27b9ac88e0db24b596 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 11 May 2014 12:42:33 -0400 Subject: [PATCH] And even fewer --- test/monger/test/stress_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/stress_test.clj b/test/monger/test/stress_test.clj index 0b57882..344f4b2 100644 --- a/test/monger/test/stress_test.clj +++ b/test/monger/test/stress_test.clj @@ -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 [10 100 1000 10000 20000 30000]] + (doseq [n [10 100 1000 10000 20000]] (let [collection "things" docs (map (fn [i] (to-db-object { :title "Untitled" :created-at (Date.) :number i }))