Skip to content

Commit 80b2147

Browse files
committed
chore: comment coerce it to an int32
1 parent 9c28652 commit 80b2147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/driverBench/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ benchmarkRunner
9090
info: {
9191
test_name: benchmarkName,
9292
tags: [bsonType],
93-
// Args can only be a map of string -> int32. So if its a number leave it be,
93+
// Args can only be a map of string -> int32. So if its a number coerce it to an int32,
9494
// if it is anything else test for truthiness and set to 1 or 0.
9595
args: Object.fromEntries(
9696
Object.entries(MONGODB_CLIENT_OPTIONS).map(([key, value]) => [

0 commit comments

Comments
 (0)