wernerdv commented on PR #13554:
URL: https://github.com/apache/ignite/pull/13554#issuecomment-5599615713

   JmhPageEvictionBenchmark results on my local machine:
   
   master:
   ```
   Benchmark                          (evictionMode)  (scenario)   Mode  Cnt    
Score     Error   Units
   JmhPageEvictionBenchmark.putLarge      RANDOM_LRU       SMALL  thrpt    5    
0,733 ±   0,008  ops/ms
   JmhPageEvictionBenchmark.putLarge      RANDOM_LRU       LARGE  thrpt    5    
fail with IgniteOutOfMemoryException: Out of memory in data region
   JmhPageEvictionBenchmark.putSmall      RANDOM_LRU       SMALL  thrpt    5  
938,566 ±  70,609  ops/ms
   JmhPageEvictionBenchmark.putSmall      RANDOM_LRU       LARGE  thrpt    5  
820,833 ± 145,542  ops/ms
   ```
   
   branch:
   ```
   Benchmark                          (evictionMode)  (scenario)   Mode  Cnt    
Score    Error   Units
   JmhPageEvictionBenchmark.putLarge      RANDOM_LRU       SMALL  thrpt    5    
0,789 ±  0,035  ops/ms
   JmhPageEvictionBenchmark.putLarge      RANDOM_LRU       LARGE  thrpt    5    
0,674 ±  0,018  ops/ms
   JmhPageEvictionBenchmark.putSmall      RANDOM_LRU       SMALL  thrpt    5  
944,594 ± 54,536  ops/ms
   JmhPageEvictionBenchmark.putSmall      RANDOM_LRU       LARGE  thrpt    5  
858,830 ± 37,303  ops/ms
   ```


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