7c14a7a93b
This patch adds a benchmark part to compression-perf-tool as a separate test case, which can be executed multi-threaded. Also updates release notes. Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com> Acked-by: Artur Trybula <arturx.trybula@intel.com> Acked-by: Shally Verma <shallyv@marvell.com>
11 lines
280 B
Meson
11 lines
280 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',
|
|
'comp_perf_test_common.c')
|
|
deps = ['compressdev']
|