Re: [PATCH] mempool: test performance with constant n

2022-01-24 Thread Olivier Matz
On Mon, Jan 24, 2022 at 03:53:09PM +0100, Olivier Matz wrote: > From: Morten Brørup > > "What gets measured gets done." > > This patch adds mempool performance tests where the number of objects to > put and get is constant at compile time, which may significantly improve > the performance of the

[PATCH] mempool: test performance with constant n

2022-01-24 Thread Olivier Matz
From: Morten Brørup "What gets measured gets done." This patch adds mempool performance tests where the number of objects to put and get is constant at compile time, which may significantly improve the performance of these functions. [*] Also, it is ensured that the array holding the object use

RE: [PATCH] mempool: test performance with constant n

2022-01-24 Thread Morten Brørup
> From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, 24 January 2022 11.26 > > Hi Morten, > > Thank you for enhancing the mempool test. Please see some comments > below. > > On Wed, Jan 19, 2022 at 12:37:32PM +0100, Morten Brørup wrote: > > "What gets measured gets done." > > > >

Re: [PATCH] mempool: test performance with constant n

2022-01-24 Thread Olivier Matz
Hi Morten, Thank you for enhancing the mempool test. Please see some comments below. On Wed, Jan 19, 2022 at 12:37:32PM +0100, Morten Brørup wrote: > "What gets measured gets done." > > This patch adds mempool performance tests where the number of objects to > put and get is constant at compile

[PATCH] mempool: test performance with constant n

2022-01-19 Thread Morten Brørup
"What gets measured gets done." This patch adds mempool performance tests where the number of objects to put and get is constant at compile time, which may significantly improve the performance of these functions. [*] Also, it is ensured that the array holding the object used for testing is cache