Home
last modified time | relevance | path

Searched refs:TEST_REPETITIONS (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c27 #define TEST_REPETITIONS 100 macro
2802 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_ldpc_dec()
2842 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_ldpc_dec()
2896 for (j = 0; j < TEST_REPETITIONS; ++j) { in throughput_intr_lcore_dec()
2929 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_dec()
3015 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_enc()
3104 if (j != TEST_REPETITIONS - 1) in throughput_intr_lcore_ldpc_enc()
3937 tp->ops_per_sec /= TEST_REPETITIONS; in throughput_test()
3938 tp->mbps /= TEST_REPETITIONS; in throughput_test()
3951 tp->ops_per_sec /= TEST_REPETITIONS; in throughput_test()
[all …]