0bf1e98f10
Code refactoring to separate validation from benchmarking part. Added op's status checking after rte_compressdev_dequeue_burst function. Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Lee Daly <lee.daly@intel.com> Acked-by: Shally Verma <shally.verma@caviumnetworks.com>
10 lines
251 B
Meson
10 lines
251 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
allow_experimental_apis = true
|
|
sources = files('comp_perf_options_parse.c',
|
|
'main.c',
|
|
'comp_perf_test_verify.c',
|
|
'comp_perf_test_benchmark.c')
|
|
deps = ['compressdev']
|