4c5a96ec65
Updates the latency_measure benchmark to make the number of iterations for which each test executes to be configurable. This allows someone to make a tradeoff between accuracy and execution time (can be useful for simulators). Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
# Copyright (c) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Latency Measure Benchmark"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config BENCHMARK_NUM_ITERATIONS
|
|
int "Number of iterations to gather data"
|
|
default 1000
|