Re: [ovs-dev] [PATCH ovn v3 3/3] tests: Add check-perf target

2021-06-30 Thread Dumitru Ceara
On 6/30/21 2:49 PM, Mark Gray wrote: > On 24/06/2021 16:34, Dumitru Ceara wrote: >> On 6/18/21 10:52 AM, Mark Gray wrote: >>> Add a suite of micro-benchmarks to aid a developer in understanding the >>> performance impact of any changes that they are making. They can be used to >>> help to

Re: [ovs-dev] [PATCH ovn v3 3/3] tests: Add check-perf target

2021-06-30 Thread Mark Gray
On 24/06/2021 16:34, Dumitru Ceara wrote: > On 6/18/21 10:52 AM, Mark Gray wrote: >> Add a suite of micro-benchmarks to aid a developer in understanding the >> performance impact of any changes that they are making. They can be used to >> help to understand the relative performance between two

Re: [ovs-dev] [PATCH ovn v3 3/3] tests: Add check-perf target

2021-06-24 Thread Dumitru Ceara
On 6/24/21 5:34 PM, Dumitru Ceara wrote: > This starts ovn-northd with debug log level for jsonrpc. We're > benchmarking performance so we probably need to use a less verbose log > level, maybe info. Nevermind, we're checking the stopwatches put around the northd.c processing loops, outside IDL

Re: [ovs-dev] [PATCH ovn v3 3/3] tests: Add check-perf target

2021-06-24 Thread Dumitru Ceara
On 6/18/21 10:52 AM, Mark Gray wrote: > Add a suite of micro-benchmarks to aid a developer in understanding the > performance impact of any changes that they are making. They can be used to > help to understand the relative performance between two test runs on the same > test machine, but are not

Re: [ovs-dev] [PATCH ovn v3 3/3] tests: Add check-perf target

2021-06-18 Thread 0-day Robot
Bleep bloop. Greetings Mark Gray, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 80 characters long (recommended limit is 79) #44 FILE:

[ovs-dev] [PATCH ovn v3 3/3] tests: Add check-perf target

2021-06-18 Thread Mark Gray
Add a suite of micro-benchmarks to aid a developer in understanding the performance impact of any changes that they are making. They can be used to help to understand the relative performance between two test runs on the same test machine, but are not intended to give the absolute performance of