You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Yet to document.
117
117
118
118
### `put`
119
119
120
-
Perform concurrent `put()` operations on random or sequential string keys and values. Records the Simple Moving Average (SMA) of the duration of the last 1000 writes, as well as the Cumulative Moving Average (CMA) of the throughput in MB/s. Options:
120
+
Perform concurrent `put()` operations. Records the Simple Moving Average (SMA) of the duration of the last 1000 writes, as well as the Cumulative Moving Average (CMA) of the throughput in MB/s. Options:
121
121
122
122
-`-n`: amount of operations, default 1e6
123
123
-`--concurrency`: default 4
@@ -143,13 +143,12 @@ Tips:
143
143
144
144
### `batch-put`
145
145
146
-
Same as `put`, but in batches rather than singular puts. Perform concurrent `batch()` operations on random string keys and values. Options:
146
+
Perform concurrent `batch()` operations. Same as `put`, but in batches rather than singular puts. Options:
147
147
148
-
-`-n`: amount of operations, default 1e6
149
-
-`--batchSize`: default 1000
148
+
-`--batchSize`: default 1000, must be a multiple of 10, maximum 1000
150
149
-`--chained`: boolean flag, default false, use chained batch
151
150
-`--concurrency`: default 1
152
-
-`--valueSize`: size of value, as a number in bytes or string with unit (e.g. `--valueSize 1kb`)
151
+
-Other options are the same as of the `put` benchmark, see above.
0 commit comments