@@ -115,7 +115,7 @@ async function gridfsMultiFileDownload() {
115
115
*/
116
116
function makeCSOTParallelBenchmarks ( suite ) {
117
117
return suite
118
- . benchmark ( 'ldjsonMultiFileUpload ' , benchmark =>
118
+ . benchmark ( 'ldjsonMultiFileUpload_timeoutMS_0 ' , benchmark =>
119
119
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#ldjson-multi-file-import
120
120
benchmark
121
121
. taskSize ( 565 )
@@ -130,7 +130,7 @@ function makeCSOTParallelBenchmarks(suite) {
130
130
. teardown ( dropDb )
131
131
. teardown ( disconnectClient )
132
132
)
133
- . benchmark ( 'ldjsonMultiFileExport ' , benchmark =>
133
+ . benchmark ( 'ldjsonMultiFileExport_timeoutMS_0 ' , benchmark =>
134
134
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#ldjson-multi-file-export
135
135
benchmark
136
136
. taskSize ( 565 )
@@ -151,7 +151,7 @@ function makeCSOTParallelBenchmarks(suite) {
151
151
} )
152
152
. teardown ( disconnectClient )
153
153
)
154
- . benchmark ( 'gridfsMultiFileUpload ' , benchmark =>
154
+ . benchmark ( 'gridfsMultiFileUpload_timeoutMS_0 ' , benchmark =>
155
155
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#gridfs-multi-file-upload
156
156
benchmark
157
157
. taskSize ( 262.144 )
@@ -172,7 +172,7 @@ function makeCSOTParallelBenchmarks(suite) {
172
172
. teardown ( dropDb )
173
173
. teardown ( disconnectClient )
174
174
)
175
- . benchmark ( 'gridfsMultiFileDownload ' , benchmark =>
175
+ . benchmark ( 'gridfsMultiFileDownload_timeoutMS_0 ' , benchmark =>
176
176
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#gridfs-multi-file-download
177
177
benchmark
178
178
. taskSize ( 262.144 )
@@ -199,7 +199,7 @@ function makeCSOTParallelBenchmarks(suite) {
199
199
200
200
function makeParallelBenchmarks ( suite ) {
201
201
return suite
202
- . benchmark ( 'ldjsonMultiFileUpload_timeoutMS_0 ' , benchmark =>
202
+ . benchmark ( 'ldjsonMultiFileUpload ' , benchmark =>
203
203
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#ldjson-multi-file-import
204
204
benchmark
205
205
. taskSize ( 565 )
@@ -214,7 +214,7 @@ function makeParallelBenchmarks(suite) {
214
214
. teardown ( dropDb )
215
215
. teardown ( disconnectClient )
216
216
)
217
- . benchmark ( 'ldjsonMultiFileExport_timeoutMS_0 ' , benchmark =>
217
+ . benchmark ( 'ldjsonMultiFileExport ' , benchmark =>
218
218
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#ldjson-multi-file-export
219
219
benchmark
220
220
. taskSize ( 565 )
@@ -235,7 +235,7 @@ function makeParallelBenchmarks(suite) {
235
235
} )
236
236
. teardown ( disconnectClient )
237
237
)
238
- . benchmark ( 'gridfsMultiFileUpload_timeoutMS_0 ' , benchmark =>
238
+ . benchmark ( 'gridfsMultiFileUpload ' , benchmark =>
239
239
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#gridfs-multi-file-upload
240
240
benchmark
241
241
. taskSize ( 262.144 )
@@ -256,7 +256,7 @@ function makeParallelBenchmarks(suite) {
256
256
. teardown ( dropDb )
257
257
. teardown ( disconnectClient )
258
258
)
259
- . benchmark ( 'gridfsMultiFileDownload_timeoutMS_0 ' , benchmark =>
259
+ . benchmark ( 'gridfsMultiFileDownload ' , benchmark =>
260
260
// https://github.com/mongodb/specifications/blob/master/source/benchmarking/benchmarking.rst#gridfs-multi-file-download
261
261
benchmark
262
262
. taskSize ( 262.144 )
0 commit comments