1# Copyright (c) 2024 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4mainmenu "Latency Measure Benchmark"
5
6source "Kconfig.zephyr"
7
8config BENCHMARK_NUM_ITERATIONS
9	int "Number of iterations to gather data"
10	default 1000
11