Files
luban-lite/packages/third-party/benchmark/whetstone/Kconfig
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

13 lines
305 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