acelyc111 commented on code in PR #1373:
URL:
https://github.com/apache/incubator-pegasus/pull/1373#discussion_r1122540670
##########
src/test/bench_test/benchmark.cpp:
##########
@@ -54,15 +54,35 @@ DSN_DEFINE_string(
"Comma-separated list of operations to run in the specified order.
Available benchmarks:\n"
"\tfillrandom_pegasus -- pegasus write N values in random key
order\n"
"\treadrandom_pegasus -- pegasus read N times in random order\n"
- "\tdeleterandom_pegasus -- pegasus delete N keys in random order\n");
+ "\tdeleterandom_pegasus -- pegasus delete N keys in random order\n"
+ "\tmultisetrandom_pegasus --pegasus write N random values with
multi_count hash keys list\n"
+ "\tmultigetrandom_pegasus --pegasus read N random keys with multi_count
hash list\n");
Review Comment:
```suggestion
"\tmultisetrandom_pegasus -- pegasus write N random values with
multi_count hash keys list\n"
"\tmultigetrandom_pegasus -- pegasus read N random keys with
multi_count hash list\n");
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]