Skip to content

Commit c7bc93b

Browse files
krish2718nordicjm
authored andcommitted
samples: wifi: shell: Fix regression in performance
Default libc is now picolib and it introduced performance regression in Zperf, enable speed optimizations to fix the performance regression. Fixes SHEL-2656. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent faa8621 commit c7bc93b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/wifi/shell/overlay-zperf.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ CONFIG_NET_BUF_TX_COUNT=60
1010
CONFIG_HEAP_MEM_POOL_SIZE=230000
1111
CONFIG_NET_BUF_DATA_SIZE=1100
1212
CONFIG_NRF700X_QSPI_LOW_POWER=n
13-
#CONFIG_SPEED_OPTIMIZATIONS=y
13+
# To enable optimization configuration options
14+
CONFIG_PICOLIBC_USE_MODULE=y
15+
CONFIG_SPEED_OPTIMIZATIONS=y
1416

1517
# Necessary for zperf_tcp_receiver.c
1618
CONFIG_NET_CONFIG_SETTINGS=y

0 commit comments

Comments
 (0)