Skip to content

Commit 0723783

Browse files
committed
remove dead code
1 parent 9191fa3 commit 0723783

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/benchmarks/driver_bench/src/driver.mts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ export const TAG = {
2121
write: 'write-benchmark'
2222
};
2323

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-
2824
/**
2925
* The path to the MongoDB Node.js driver.
3026
* This MUST be set to the directory the driver is installed in

0 commit comments

Comments
 (0)