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 9191fa3 commit 0723783Copy full SHA for 0723783
test/benchmarks/driver_bench/src/driver.mts
@@ -21,10 +21,6 @@ export const TAG = {
21
write: 'write-benchmark'
22
};
23
24
-// Constant used to scale normalized_throughput results for ping benchmark to be roughly in the
25
-// range 0 - 9 to make it easier to work with
26
-export const NORMALIZED_PING_SCALING_CONST = 1000;
27
-
28
/**
29
* The path to the MongoDB Node.js driver.
30
* This MUST be set to the directory the driver is installed in
0 commit comments