lhotari commented on PR #24623:
URL: https://github.com/apache/pulsar/pull/24623#issuecomment-3213201934
One more test run to verify results. This test run was with commit 1c22404
MBP M3 Max:
| description | round(avg(hits), 2) |
round(avg(misses), 2) | avg(produced) | avg(consumed) | avg(bk_reads) |
avg(bk_read_entries) |
|------------------------------------|--------------------:|----------------------:|--------------:|--------------:|--------------:|---------------------:|
| PIP430 | 98.68 | 1.32
| 1549326.4 | 15501082.6 | 2223.2 | 205249.2 |
| PIP430disabled | 85.54 | 14.46
| 1549479.8 | 15514741.6 | 35242.4 | 2244187.0 |
| PR12258 | 55.81 | 44.19
| 1524838.2 | 15278925.8 | 70664.8 | 6739906.4 |
| cacheEvictionByMarkDeletedPosition | 53.62 | 46.38
| 1546666.2 | 15488789.2 | 84173.0 | 7178440.4 |
Dell XPS 2019 i9-9980HK CPU @ 2.40GHz:
| description | round(avg(hits), 2) |
round(avg(misses), 2) | avg(produced) | avg(consumed) | avg(bk_reads) |
avg(bk_read_entries) |
|------------------------------------|--------------------:|----------------------:|--------------:|--------------:|--------------:|---------------------:|
| PIP430 | 72.88 | 27.12
| 1145962.0 | 11493800.2 | 33372.6 | 3116417.2 |
| PR12258 | 57.54 | 42.46
| 1538634.0 | 15410023.8 | 70305.2 | 6534986.0 |
| PIP430disabled | 43.2 | 56.8
| 1485459.0 | 14875977.6 | 96503.0 | 8414219.8 |
| cacheEvictionByMarkDeletedPosition | 26.07 | 73.93
| 1360617.4 | 13629107.6 | 111535.4 | 10028029.6 |
On slower CPU such as i9-9980HK, the results are different.
[i9-9980HK is a lot slower than M3
Max](https://www.cpu-monkey.com/en/compare_cpu-apple_m3_max_14_cpu_30_gpu-vs-intel_core_i9_9980hk).
Single core performance of M3 Max is 2x and multi-core performance is 3x
compared to i9-9980HK.
When CPU is saturated in the test case run, the results are different.
However, the PIP430 caching continues to be superior compared to others.
--
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]