You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/10/02 11:59:22 UTC

[GitHub] [incubator-kvrocks] aleksraiden commented on issue #884: Add redis-benchmark to CI

aleksraiden commented on issue #884:
URL: https://github.com/apache/incubator-kvrocks/issues/884#issuecomment-1264625891

   I thinked about this feature. Very cool, we need this tests.
   
   IMHO, we can add to x.py file something like this:
   
   `./x.py benchmark --bench-path=` 
   
   with default value of client/request etc. 
   
   In CI script, we change step "Install redis" and copy redis-benchmark into  $HOME/local/bin/.
   
   Then we use -q options and run benchmark in quite format, just output req/sec. 
   
   In a first stage this numbers only for view, but maybe we can store a some historical tests results into file and after bench are running, check deviations. 
   
   So, I'am not a excellent C/Python/CI dev, but I can try to realize this step-by-step


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org