Files
luban-lite-t3e-pro/packages/third-party/benchmark/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

15 lines
399 B
Plaintext

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