Re: [PATCH v3 bpf-next 0/4] Add benchmark runner and few benchmarks

2020-05-13 Thread Alexei Starovoitov
On Tue, May 12, 2020 at 12:47 PM Andrii Nakryiko wrote: > > Add generic benchmark runner framework which simplifies writing various > performance benchmarks in a consistent fashion. This framework will be used > in follow up patches to test performance of perf buffer and ring buffer as > well. >

[PATCH v3 bpf-next 0/4] Add benchmark runner and few benchmarks

2020-05-12 Thread Andrii Nakryiko
Add generic benchmark runner framework which simplifies writing various performance benchmarks in a consistent fashion. This framework will be used in follow up patches to test performance of perf buffer and ring buffer as well. Patch #1 extracts parse_num_list to be re-used between test_progs an