diff options
author | Alexei Starovoitov <ast@kernel.org> | 2020-05-13 21:19:38 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-05-13 21:20:02 +0200 |
commit | 0aa0372f9229bf66113343cc87a73611979ebe97 (patch) | |
tree | 4c9bb7338b851dc010ee408e7b833677de98d190 /Makefile | |
parent | libbpf: Fix probe code to return EPERM if encountered (diff) | |
parent | selftest/bpf: Add BPF triggering benchmark (diff) | |
download | linux-0aa0372f9229bf66113343cc87a73611979ebe97.tar.xz linux-0aa0372f9229bf66113343cc87a73611979ebe97.zip |
Merge branch 'benchmark-runner'
Andrii Nakryiko says:
====================
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 and bench.
Patch #2 adds generic runner implementation and atomic counter benchmarks to
validate benchmark runner's behavior.
Patch #3 implements test_overhead benchmark as part of bench runner. It also
add fmod_ret BPF program type to a set of benchmarks.
Patch #4 tests faster alternatives to set_task_comm() approach, tested in
test_overhead, in search for minimal-overhead way to trigger BPF program
execution from user-space on demand.
v2->v3:
- added --prod-affinity and --cons-affinity (Yonghong);
- removed ringbuf-related options leftovers (Yonghong);
- added more benchmarking results for test_overhead performance discrepancies;
v1->v2:
- moved benchmarks into benchs/ subdir (John);
- added benchmark "suite" scripts (John);
- few small clean ups, change defaults, etc.
====================
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions