Aitozi commented on PR #20397:
URL: https://github.com/apache/flink/pull/20397#issuecomment-1202472011

   @wuchong I wrote a 
[test](https://github.com/Aitozi/flink-benchmarks/commit/5c4fab93415235758bc05ac84ec4bcc1ea99adc1)
 with 
   
   - 4 threads 
   - 400 cache item
   
   The result shows below:
   
   ```
   Benchmark                 Mode  Cnt      Score      Error   Units
   GuavaCacheBenchmark.get  thrpt   30  19020.666 ± 1071.722  ops/ms
   GuavaCacheBenchmark.put  thrpt   30  17082.930 ± 1999.378  ops/ms
   
   
   Benchmark               Mode  Cnt     Score    Error   Units
   LRUCacheBenchmark.get  thrpt   30  2849.523 ± 61.411  ops/ms
   LRUCacheBenchmark.put  thrpt   30  2607.657 ± 53.794  ops/ms
   ```
   
   The results show that the new cache will bring 6~7 times throughputs


-- 
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-unsubscr...@flink.apache.org

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

Reply via email to