We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11786dd commit 43dab53Copy full SHA for 43dab53
1 file changed
driver-benchmarks/src/main/com/mongodb/benchmark/benchmarks/RawBsonArrayEncodingBenchmark.java
@@ -17,7 +17,8 @@
17
18
package com.mongodb.benchmark.benchmarks;
19
20
-import org.bson.BsonArray;import org.bson.BsonDocument;
+import org.bson.BsonArray;
21
+import org.bson.BsonDocument;
22
import org.bson.RawBsonDocument;
23
import org.bson.codecs.BsonDocumentCodec;
24
@@ -52,4 +53,4 @@ public void setUp() throws IOException {
52
53
public int getBytesPerRun() {
54
return documentBytes.length * NUM_INTERNAL_ITERATIONS;
55
}
-}
56
+}
0 commit comments