[PATCH v2 0/4] mempool perf test: test random bulk sizes

2025-04-01 Thread Morten Brørup
Bulk requests to get or put objects in a mempool often vary in size. A series of tests with pseudo random request sizes, to mitigate the benefits of the CPU's dynamic branch predictor, was added. Also, various other minor changes: - Improved the output formatting for readability. - Added test for

Re: [PATCH v2 0/4] mempool perf test: test random bulk sizes

2025-03-31 Thread Andrew Rybchenko
On 3/31/25 13:03, Morten Brørup wrote: Bulk requests to get or put objects in a mempool often vary in size. A series of tests with pseudo random request sizes, to mitigate the benefits of the CPU's dynamic branch predictor, was added. Also, various other minor changes: - Improved the output form

[PATCH v2 0/4] mempool perf test: test random bulk sizes

2025-03-31 Thread Morten Brørup
Bulk requests to get or put objects in a mempool often vary in size. A series of tests with pseudo random request sizes, to mitigate the benefits of the CPU's dynamic branch predictor, was added. Also, various other minor changes: - Improved the output formatting for readability. - Added test for