test/trace: add performance test cases
authorJerin Jacob <jerinj@marvell.com>
Wed, 22 Apr 2020 19:03:44 +0000 (00:33 +0530)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 23 Apr 2020 13:40:04 +0000 (15:40 +0200)
commit16a277a24c9ffdda0daa6841e0cebc9cf0a7c4f1
tree81eb0e031e4dce60387a8198bdc627281fc85158
parent9247e71dfb5577fc8e8ada378049daae03a5aca8
test/trace: add performance test cases

This test case shall be used to measure the trace overhead.

Example command to run the performance test case.

echo "trace_perf_autotest" | ./build/app/test/dpdk-test -c 0x3 --trace=.*

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: David Marchand <david.marchand@redhat.com>
app/test/Makefile
app/test/meson.build
app/test/test_trace_perf.c [new file with mode: 0644]