Files
luban-lite-t3e-pro/packages/third-party/benchmark/Kconfig

15 lines
399 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
menu "BenchMark Tests"
config AIC_PRINT_FLOAT_CUSTOM
bool
default y
depends on ARCH_RISCV32
source "packages/third-party/benchmark/coremark/Kconfig"
source "packages/third-party/benchmark/dhrystone/Kconfig"
source "packages/third-party/benchmark/stream/Kconfig"
source "packages/third-party/benchmark/whetstone/Kconfig"
source "packages/third-party/benchmark/linpack/Kconfig"
endmenu