lhotari commented on PR #24623: URL: https://github.com/apache/pulsar/pull/24623#issuecomment-3214057336
Test logging was slightly impacting the results (I noticed it with async-profiler) and I made changes to configure Log4J logging in tests so that it can be diverted to file based logging instead of default console logging. The results are very similar on Dell XPS 2019 i9-9980HK (on Linux): | description | round(avg(hits), 2) | round(avg(misses), 2) | avg(produced) | avg(consumed) | avg(bk_reads) | avg(bk_read_entries) | |------------------------------------|--------------------:|----------------------:|--------------:|--------------:|--------------:|---------------------:| | PIP430 | 72.28 | 27.72 | 1518034.2 | 15213392.6 | 44556.2 | 4192224.4 | | PR12258 | 51.55 | 48.45 | 1510802.8 | 15130023.2 | 79476.8 | 7317555.2 | | cacheEvictionByMarkDeletedPosition | 37.11 | 62.89 | 1398036.4 | 14010866.0 | 95174.8 | 8732727.4 | | PIP430disabled | 25.79 | 74.21 | 1224613.0 | 12278182.8 | 99706.4 | 9163995.0 | detailed: | description | produced | consumed | consumers | bk_reads | bk_read_entries | hits | misses | restarts | ts | |------------------------------------|---------:|---------:|----------:|---------:|----------------:|------:|-------:|---------:|-------------------------| | PIP430disabled | 1299793 | 13040831 | 10 | 118895 | 10998176 | 15.66 | 84.34 | 3 | 2025-08-22 11:04:20.294 | | PIP430disabled | 1225471 | 12291491 | 10 | 114912 | 10573318 | 13.98 | 86.02 | 3 | 2025-08-22 11:04:54.714 | | PIP430disabled | 1268051 | 12703645 | 10 | 113809 | 10258553 | 19.25 | 80.75 | 3 | 2025-08-22 11:05:28.823 | | PIP430disabled | 1183615 | 11856173 | 10 | 69339 | 6553542 | 44.72 | 55.28 | 3 | 2025-08-22 11:06:02.859 | | PIP430disabled | 1146135 | 11498774 | 10 | 81577 | 7436386 | 35.33 | 64.67 | 3 | 2025-08-22 11:06:37.03 | | cacheEvictionByMarkDeletedPosition | 1549368 | 15521428 | 10 | 70895 | 6243987 | 59.77 | 40.23 | 3 | 2025-08-22 11:07:19.82 | | cacheEvictionByMarkDeletedPosition | 1394511 | 13970634 | 10 | 109494 | 10119628 | 27.57 | 72.43 | 3 | 2025-08-22 11:07:54.142 | | cacheEvictionByMarkDeletedPosition | 1397873 | 14014243 | 10 | 88050 | 8209983 | 41.42 | 58.58 | 3 | 2025-08-22 11:08:28.093 | | cacheEvictionByMarkDeletedPosition | 1360366 | 13636976 | 10 | 121868 | 11250491 | 17.5 | 82.5 | 3 | 2025-08-22 11:09:02.185 | | cacheEvictionByMarkDeletedPosition | 1288064 | 12911049 | 10 | 85567 | 7839548 | 39.28 | 60.72 | 3 | 2025-08-22 11:09:36.4 | | PR12258 | 1549010 | 15497061 | 10 | 25529 | 2378106 | 84.65 | 15.35 | 3 | 2025-08-22 11:10:18.945 | | PR12258 | 1547521 | 15499860 | 10 | 101612 | 9481406 | 38.83 | 61.17 | 3 | 2025-08-22 11:10:52.938 | | PR12258 | 1517693 | 15201768 | 10 | 96395 | 8716974 | 42.66 | 57.34 | 3 | 2025-08-22 11:11:26.707 | | PR12258 | 1510279 | 15137430 | 10 | 99797 | 9095553 | 39.91 | 60.09 | 3 | 2025-08-22 11:12:00.482 | | PR12258 | 1429511 | 14313997 | 10 | 74051 | 6915737 | 51.69 | 48.31 | 3 | 2025-08-22 11:12:34.675 | | PIP430 | 1548919 | 15534290 | 10 | 11922 | 1099187 | 92.92 | 7.08 | 3 | 2025-08-22 11:13:16.659 | | PIP430 | 1490663 | 14934342 | 10 | 69328 | 6533232 | 56.25 | 43.75 | 3 | 2025-08-22 11:13:50.878 | | PIP430 | 1531667 | 15346428 | 10 | 60535 | 5760473 | 62.46 | 37.54 | 3 | 2025-08-22 11:14:24.318 | | PIP430 | 1549077 | 15522591 | 10 | 35566 | 3315903 | 78.64 | 21.36 | 3 | 2025-08-22 11:14:58.129 | | PIP430 | 1469845 | 14729312 | 10 | 45430 | 4252327 | 71.13 | 28.87 | 3 | 2025-08-22 11:15:31.849 | -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org