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>
This commit is contained in:
parent
6b89650418
commit
61d77071ab
@ -230,6 +230,7 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_GRAPH), y)
|
||||
SRCS-y += test_graph.c
|
||||
SRCS-y += test_graph_perf.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RTE_LIBRTE_RAWDEV),y)
|
||||
|
@ -52,6 +52,7 @@ test_sources = files('commands.c',
|
||||
'test_func_reentrancy.c',
|
||||
'test_flow_classify.c',
|
||||
'test_graph.c',
|
||||
'test_graph_perf.c',
|
||||
'test_hash.c',
|
||||
'test_hash_functions.c',
|
||||
'test_hash_multiwriter.c',
|
||||
|
1057
app/test/test_graph_perf.c
Normal file
1057
app/test/test_graph_perf.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user