Message ID | 20211112192535.898352-1-fallentree@fb.com (mailing list archive) |
---|---|
Headers | show |
Series | selftests/bpf: improve test_progs | expand |
On Fri, Nov 12, 2021 at 11:29 AM Yucong Sun <fallentree@fb.com> wrote: > > various improvement to test_progs, including new '--timing' feature. > > Yucong Sun (4): > selftests/bpf: Move summary line after the error logs > selftests/bpf: variable naming fix > selftests/bpf: mark variable as static > selftests/bpf: Add timing to tests_progs I've applied the first three fixes as they are completely independent from the timing feature. Let's continue discussion on timing separately. > > tools/testing/selftests/bpf/test_progs.c | 153 +++++++++++++++++++---- > tools/testing/selftests/bpf/test_progs.h | 2 + > 2 files changed, 134 insertions(+), 21 deletions(-) > > -- > 2.30.2 >