Files
luban-lite-t3e-pro/packages/third-party/benchmark/whetstone/Kconfig
2025-09-30 11:56:06 +08:00

13 lines
317 B
Plaintext

menuconfig LPKG_USING_WHETSTONE
bool "WHETSTONE : a benchmark primarily measures the floating-point arithmetic performance."
default n
if LPKG_USING_WHETSTONE
config WHETSTONE_ITERATIONS
int "Run the benchmark for a specified number of iterations."
default "1000000"
endif