@@ -3,7 +3,7 @@ if ( typeof(tests) != "object" ) {
3
3
}
4
4
5
5
/*
6
- * Setup: Populate the collection with 4800 documents with interger
6
+ * Setup: Populate the collection with 4800 documents with integer
7
7
* _id ranging from 0 to 4799, and a numerical field "a" set to 0
8
8
* Test: Each thread works in its range of 100 documents (separated by _id),
9
9
* randomly selects a document and increments field "a" by 1
@@ -31,7 +31,7 @@ tests.push( { name: "Update.DocValidation.OneNum.Compare",
31
31
] } ) ;
32
32
33
33
/*
34
- * Setup: Populate the collection with 4800 documents with interger
34
+ * Setup: Populate the collection with 4800 documents with integer
35
35
* _id ranging from 0 to 4799, and a numerical field "a" set to 0.
36
36
* Set up a validator for the field "a" to check for its existence
37
37
* and type (double).
@@ -66,7 +66,7 @@ tests.push( { name: "Update.DocValidation.OneNum",
66
66
67
67
68
68
/*
69
- * Setup: Populate the collection with 4800 documents with interger
69
+ * Setup: Populate the collection with 4800 documents with integer
70
70
* _id ranging from 0 to 4799, and ten numerical fields set to 0
71
71
* Test: Each thread works in its range of 100 documents (separated by _id),
72
72
* randomly selects a document and increments the integer fields by 1
@@ -100,7 +100,7 @@ tests.push( { name: "Update.DocValidation.TenNum.Compare",
100
100
] } ) ;
101
101
102
102
/*
103
- * Setup: Populate the collection with 4800 documents with interger
103
+ * Setup: Populate the collection with 4800 documents with integer
104
104
* _id ranging from 0 to 4799, and ten numerical fields set to 0.
105
105
* Set up a validator for the ten numberical fields to check for their
106
106
* existence and type (double).
@@ -162,7 +162,7 @@ tests.push( { name: "Update.DocValidation.TenNum",
162
162
163
163
164
164
/*
165
- * Setup: Populate the collection with 4800 documents with interger
165
+ * Setup: Populate the collection with 4800 documents with integer
166
166
* _id ranging from 0 to 4799, and twenty numerical fields set to 0
167
167
* Test: Each thread works in its range of 100 documents (separated by _id),
168
168
* randomly selects a document and increments the integer fields by 1
@@ -199,7 +199,7 @@ tests.push( { name: "Update.DocValidation.TenNum",
199
199
] } ) ;
200
200
201
201
/*
202
- * Setup: Populate the collection with 4800 documents with interger
202
+ * Setup: Populate the collection with 4800 documents with integer
203
203
* _id ranging from 0 to 4799, and ten numerical fields set to 0.
204
204
* Set up a validator for the twenty numberical fields to check for their
205
205
* existence and type (double).
0 commit comments