Skip to content

Commit 88294b3

Browse files
committed
Add scaling constant for ping normalized throughput
1 parent 3285105 commit 88294b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/benchmarks/driver_bench/src/driver.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export const CURSOR_TAG = 'cursor-benchmark';
1313
export const READ_TAG = 'read-benchmark';
1414
export const WRITE_TAG = 'write-benchmark';
1515

16+
export const NORMALIZED_PING_SCALING_CONST = 1000;
17+
1618
/**
1719
* The path to the MongoDB Node.js driver.
1820
* This MUST be set to the directory the driver is installed in

0 commit comments

Comments
 (0)