mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
|
|
menuconfig LPKG_USING_STREAM
|
|
bool "STREAM : a benchmark that measures the sustained memory bandwidth."
|
|
default n
|
|
|
|
if LPKG_USING_STREAM
|
|
|
|
config STREAM_ARRAY_SIZE
|
|
int "Stream test array size."
|
|
default "200000"
|
|
|
|
endif
|