Skip to content

Commit 1fae268

Browse files
cquil11Copilot
andauthored
chore: add framework to benchmark job name (#230)
* chore: add framework to benchmark job name * Update .github/workflows/benchmark-tmpl.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a5646c5 commit 1fae268

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark-multinode-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
benchmark:
5757
runs-on: ${{ inputs.runner }}
5858
timeout-minutes: 480
59-
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.precision }} mtp-${{ inputs.mtp-mode }}'
59+
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.framework }} ${{ inputs.precision }} mtp-${{ inputs.mtp-mode }}'
6060

6161
steps:
6262
- name: Resource cleanup

.github/workflows/benchmark-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
benchmark:
7171
runs-on: ${{ inputs.runner }}
7272
timeout-minutes: 180
73-
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.precision }} tp=${{ inputs.tp }} ep=${{ inputs.ep }} dpa=${{ inputs.dp-attn }} conc=${{ inputs.conc }}'
73+
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.framework }} ${{ inputs.precision }} tp=${{ inputs.tp }} ep=${{ inputs.ep }} dpa=${{ inputs.dp-attn }} conc=${{ inputs.conc }}'
7474
steps:
7575
- name: Resource cleanup
7676
run: |

0 commit comments

Comments
 (0)