mapleFU commented on issue #1722:
URL: https://github.com/apache/kvrocks/issues/1722#issuecomment-1769053220

   @chrisxu333 Sorry for late replying, I've too much mail so I forget to check 
this issue.
   
   You can use google benchmark to test. Though testing RocksDB(including disk 
io) with google-benchmark looks weird, I think the performance benifits of 
`rocksdb::PinnableSlice` is getting in memory. You can just try to Get the data 
first to make sure it's loaded, then calling `Get`
   
   If introducing googlebenchmark would be heavy, you can try to write a script 
to testing and paste the result here.


-- 
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]

Reply via email to