Skip to content

Commit

Permalink
fix report
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang committed May 17, 2024
1 parent 8fcd338 commit 22c2acc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/scripts/models/generate_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,9 @@ function generate_core {
echo | awk -v acc=${acc} -v acc_l=${acc_last} '
function show_benchmark(a) {
if(a ~/[1-9]/) {
printf("<td></td>\n",a);
printf("<td>%.2f</td>\n",a);
}else {
if(a == "") {
printf("<td></td>\n",a);
}else{
printf("<td></td>\n");
}
printf("<td></td>\n");
}
}
function compare_new_last(a,b){
Expand Down

0 comments on commit 22c2acc

Please sign in to comment.