app/compress-perf: refactor code
[dpdk.git] / app / test-compress-perf / comp_perf_test_benchmark.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Intel Corporation
3  */
4
5 #ifndef _COMP_PERF_TEST_BENCHMARK_
6 #define _COMP_PERF_TEST_BENCHMARK_
7
8 #include "comp_perf_options.h"
9
10 int
11 cperf_benchmark(struct comp_test_data *test_data, uint8_t level);
12
13 #endif