Mention avrbench legend in test-avrdude -b summary

This commit is contained in:
stefanrueger
2024-02-27 23:14:31 +13:00
parent 82c001bab4
commit 61ed3dd18f

View File

@@ -493,7 +493,7 @@ for (( p=0; p<$arraylength; p++ )); do
&& bench_norm=$(echo "$bench_t_flwr $bench_t_flrd $flash_size" | awk '{print 10705*(($1+$2)/$3)}') \
|| bench_norm=$(echo "$bench_t_flwr $bench_t_flrd $flash_size $bench_t_eewr $bench_t_eerd $ee_size" | \
awk '{print 6789*(($1+$2)/$3 + ($4+$5)/(32*$6))}')
echo "|$bench_char|$(printf '%6.3f s' $bench_sum)|$(printf '%7.3f s' $bench_norm)|${pgm_and_target[$p]}|"
echo "|$bench_char|$(printf '%6.3f s' $bench_sum)|avrbench $(printf '%6.3f s' $bench_norm)|${pgm_and_target[$p]}|"
fi
if [ $fail == true ]; then