diff --git a/test/test_perf.sh b/test/test_perf.sh index 94b26707..888e35f6 100755 --- a/test/test_perf.sh +++ b/test/test_perf.sh @@ -105,6 +105,9 @@ done echo "]]>]]>" >> $fconfig # Now take large config file and write it via netconf to candidate +new "test time exists" +expectpart "$(time -p ls)" 0 + new "netconf write large config" expecteof_file "time -p $clixon_netconf -qf $cfg" 0 "$fconfig" "^]]>]]>$" 2>&1 | awk '/real/ {print $2}'