Skip 1M documents test, it requires JVM parameters tweaking (-Xmx) for most people
This commit is contained in:
parent
75d52331bf
commit
c48c87fd2f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(deftest insert-large-batches-of-documents-without-object-ids
|
(deftest insert-large-batches-of-documents-without-object-ids
|
||||||
(doseq [n [1000 10000 100000 1000000]]
|
(doseq [n [1000 10000 100000]]
|
||||||
(let [collection "things"
|
(let [collection "things"
|
||||||
docs (map (fn [i]
|
docs (map (fn [i]
|
||||||
(monger.conversion/to-db-object { :title "Untitled" :created-at (Date.) :number i }))
|
(monger.conversion/to-db-object { :title "Untitled" :created-at (Date.) :number i }))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue