Skip to content

Commit c9fd610

Browse files
committed
ci: Updated header row
1 parent 164ced6 commit c9fd610

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark-lcb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Build
2424
run: ./gradlew assemble testClasses -PFailOnWarnings
25-
test:
25+
benchmark:
2626
needs: build
2727
runs-on: self-hosted-x64
2828
steps:
@@ -44,8 +44,8 @@ jobs:
4444
- name: Read
4545
run: cat ${{ github.workspace }}/riscv32.csv
4646
- name: Update csv
47-
run: awk -v hash="${{ github.sha }}" -v date="$(date --rfc-3339=date)" -F',' '{print $0 "," hash "," date}' ${{ github.workspace }}/riscv32.csv > ${{ github.workspace }}/${{ github.sha }}.csv
48-
- name: Read Updated
47+
run: awk -v hash="${{ github.sha }}" -v date="$(date --iso-8601=seconds)" -F',' '{print $0 "," hash "," date}' ${{ github.workspace }}/riscv32.csv > ${{ github.workspace }}/$(date --iso-8601=seconds)-${{ github.sha }}.csv
48+
- name: Update header
4949
run: cat ${{ github.workspace }}/${{ github.sha }}.csv
5050
- name: Pushes csv
5151
uses: dmnemec/copy_file_to_another_repo_action@main

0 commit comments

Comments
 (0)