@@ -158,13 +158,13 @@ opens a session, submits one or more `addV()` operations, commits, and closes th
158158The benchmark varies the following parameters:
159159
160160* *Concurrent clients* (`threads`): The number of threads issuing transactions simultaneously. A value of 1 means
161- transactions are executed sequentially by a single client. Higher values simulate multiple application threads or
162- service instances issuing transactions concurrently against the same server.
161+ transactions are executed sequentially by a single client. Higher values simulate multiple application threads or
162+ service instances issuing transactions concurrently against the same server.
163163* *Connection pool size* (`pool`): The number of WebSocket connections maintained in the pool when
164- `reuseConnectionsForSessions` is enabled. When reuse is disabled, each session creates its own dedicated connection
165- and this parameter does not apply (shown as `n/a`).
164+ `reuseConnectionsForSessions` is enabled. When reuse is disabled, each session creates its own dedicated connection
165+ and this parameter does not apply (shown as `n/a`).
166166* *Transaction weight* (`weight`): "light" transactions perform a single `addV()` plus commit. "heavy" transactions
167- perform ten `addV()` operations plus commit, simulating a more substantial unit of work per transaction.
167+ perform ten `addV()` operations plus commit, simulating a more substantial unit of work per transaction.
168168
169169Tests were conducted both locally (client and server on the same machine) and remotely (client on the US west coast,
170170server on the US east coast) to isolate the effect of network latency on connection setup overhead. Each scenario
@@ -1037,7 +1037,7 @@ For 3.7:
10371037[source,json]
10381038----
10391039{"id":1,"label":"person","properties":{"name":[{"id":0,"label":"name","value":"marko","key":"name"}],"age":[{"id":1,"label":"age","value":29,"key":"age"}]}}
1040- ----
1040+ ----
10411041
10421042===== Enabling the previous behavior
10431043
0 commit comments