GehaFearless commented on issue #1382: URL: https://github.com/apache/incubator-pegasus/issues/1382#issuecomment-1453226778
I use bench test interface multi_set & multi_get compare performance on same machine . - Firstly, start onebox and fill data. `./run.sh bench --type multisetrandom_pegasus --num 10000000 --app_name temp --timeout 20000` - Then, stop onebox - Start different verison onebox and read data. `./run.sh bench --type multigetrandom_pegasus --num 5000000 --app_name temp --timeout 20000` Compare before and after revert : current branch master: 1758 1780 1778 ops/sec after revert: 2069 2036 2018 ops/sec -- 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]
