We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3285105 commit 88294b3Copy full SHA for 88294b3
test/benchmarks/driver_bench/src/driver.mts
@@ -13,6 +13,8 @@ export const CURSOR_TAG = 'cursor-benchmark';
13
export const READ_TAG = 'read-benchmark';
14
export const WRITE_TAG = 'write-benchmark';
15
16
+export const NORMALIZED_PING_SCALING_CONST = 1000;
17
+
18
/**
19
* The path to the MongoDB Node.js driver.
20
* This MUST be set to the directory the driver is installed in
0 commit comments