Skip to content

Commit

Permalink
hyperlinks to tracker articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Oct 8, 2024
1 parent d202316 commit 7dca1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
fi
mkdir results
TRACKER_NAME=$(echo ${{ matrix.tracker }} | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')
TRACKER_NAME=$(echo "${{ matrix.tracker }}" | awk '{print tolower($0)}')
echo "$TRACKER_NAME,$STATUS,$HOTA,$MOTA,$IDF1" > results/${{ matrix.tracker }}.txt
- name: Show Results
Expand Down

0 comments on commit 7dca1d9

Please sign in to comment.