From: Nicolas Chautru Date: Mon, 26 Oct 2020 17:48:09 +0000 (-0700) Subject: app/bbdev: reduce duration of throughput test X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2ad0b152942158242d619f270200d844807fd085;p=dpdk.git app/bbdev: reduce duration of throughput test Reducing number of repetitions from 1000 to 100 to save time. Results are accurate enough with 100 loops. Signed-off-by: Nicolas Chautru Acked-by: Liu Tianjiao Reviewed-by: Tom Rix --- diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_bbdev_perf.c index babddd2580..48783a0b30 100644 --- a/app/test-bbdev/test_bbdev_perf.c +++ b/app/test-bbdev/test_bbdev_perf.c @@ -24,7 +24,7 @@ #define GET_SOCKET(socket_id) (((socket_id) == SOCKET_ID_ANY) ? 0 : (socket_id)) #define MAX_QUEUES RTE_MAX_LCORE -#define TEST_REPETITIONS 1000 +#define TEST_REPETITIONS 100 #define WAIT_OFFLOAD_US 1000 #ifdef RTE_BASEBAND_FPGA_LTE_FEC