tests: timer: behavior: fix MAX_STD_DEV recording
Fix misaligned name change for `MAX_STD_DEV` value. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
parent
edbf8efeab
commit
d2ff869a1d
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ static void do_test_using(void (*sample_collection_fn)(void), const char *mechan
|
|||
", \"CONFIG_SYS_CLOCK_TICKS_PER_SEC\":%d"
|
||||
", \"CONFIG_TIMER_TEST_PERIOD\":%d"
|
||||
", \"CONFIG_TIMER_TEST_SAMPLES\":%d"
|
||||
", \"MAX STD DEV\":%d"
|
||||
", \"MAX_STD_DEV\":%d"
|
||||
"}\n",
|
||||
mechanism,
|
||||
CONFIG_TIMER_TEST_SAMPLES - periodic_rollovers, periodic_rollovers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue