mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-16 18:03:23 +00:00
1.ramspeed 2.cachespeed 3.osperf 4.iozone 5.superPI Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
21 lines
419 B
Text
21 lines
419 B
Text
config BENCHMARK_SUPERPI
|
|
tristate "SuperPI test"
|
|
default n
|
|
|
|
if BENCHMARK_SUPERPI
|
|
|
|
config BENCHMARK_SUPERPI_PROGNAME
|
|
string "Program Name"
|
|
default "pi_css5"
|
|
|
|
config BENCHMARK_SUPERPI_STACKSIZE
|
|
int "SuperPI stack size"
|
|
default DEFAULT_TASK_STACKSIZE
|
|
|
|
config BENCHMARK_SUPERPI_PRIORITY
|
|
int "Task PRIORITY"
|
|
default 100
|
|
---help---
|
|
The higher the priority value, the lower the priority.
|
|
|
|
endif # BENCHMARK_SUPERPI
|