Skip to content

Commit 112d868

Browse files
feature: track benchmarks
Signed-off-by: Kozlowski, Marek <[email protected]>
1 parent 1695362 commit 112d868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/benchmarks/CMakeMacrosAddBenchmark.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2022-2023 Intel Corporation
2+
# Copyright (C) 2022-2025 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -45,6 +45,7 @@ function (add_benchmark_for_api BASE_TARGET_NAME APPEND_API_TO_TARGET_NAME REGIS
4545
if (APPEND_API_TO_TARGET_NAME)
4646
string(APPEND TARGET_NAME "_${APIS}")
4747
endif()
48+
set(BENCHMARK_LIST "${BENCHMARK_LIST};${TARGET_NAME}" CACHE STRING "Benchmark target list" FORCE)
4849

4950
# Log benchmark name
5051
if (LOG_BENCHMARK_TARGETS)

0 commit comments

Comments
 (0)