mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Mention avrbench legend in test-avrdude -b summary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user