test/graph: add performance tests
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Sat, 11 Apr 2020 14:14:13 +0000 (19:44 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 5 May 2020 21:34:39 +0000 (23:34 +0200)
commit61d77071ab991cfec57fdad327103d3f470cf07f
tree9e531ad787554eb77399b107e8338c89f45956dd
parent6b89650418fed54efa3fca99aa273e6ba30d917b
test/graph: add performance tests

Add unit test framework to create and test performance of various
graph models.

example command to test:

echo "graph_perf_autotest" | sudo ./build/app/test/dpdk-test -c 0x30

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
app/test/Makefile
app/test/meson.build
app/test/test_graph_perf.c [new file with mode: 0644]