diff --git a/test/test_perf.sh b/test/test_perf.sh
index a91e6bb4..8e35feb6 100755
--- a/test/test_perf.sh
+++ b/test/test_perf.sh
@@ -73,7 +73,7 @@ if [ $? -ne 0 ]; then
err
fi
-new "generate large list config"
+new "generate 'large' config with $number list entries"
echo -n "" > $fconfig
for (( i=0; i<$number; i++ )); do
echo -n "$i$i" >> $fconfig
@@ -83,12 +83,12 @@ echo "]]>]]>" >> $fconfig
# Just for manual dbg
echo "$clixon_netconf -qf $cfg -y $fyang"
-new "netconf edit large config"
+new "netconf write large config"
expecteof_file "time -p $clixon_netconf -qf $cfg -y $fyang" "$fconfig" "^]]>]]>$"
#echo ']]>]]>' | $clixon_netconf -qf $cfg -y $fyang
-new "netconf edit large config again"
+new "netconf write large config again"
expecteof_file "time -p $clixon_netconf -qf $cfg -y $fyang" "$fconfig" "^]]>]]>$"
#echo ']]>]]>' | $clixon_netconf -qf $cfg -y $fyang
@@ -98,10 +98,10 @@ rm $fconfig
new "netconf commit large config"
expecteof "time -p $clixon_netconf -qf $cfg -y $fyang" "]]>]]>" "^]]>]]>$"
-new "netconf commit same config again"
+new "netconf commit large config again"
expecteof "time -p $clixon_netconf -qf $cfg -y $fyang" "]]>]]>" "^]]>]]>$"
-new "netconf add one small config"
+new "netconf add small (1 entry) config"
expecteof "time -p $clixon_netconf -qf $cfg -y $fyang" "xy]]>]]>" "^]]>]]>$"
new "netconf add $req small config"