Skip to content

Commit 5feeb96

Browse files
authored
Human readable run names support for Triton benchmarks (#2575)
1 parent c05fe4f commit 5feeb96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/triton-benchmarks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Triton benchmarks
2+
run-name: ${{ inputs.run_name }}
23

34
on:
45
workflow_dispatch:
@@ -19,6 +20,10 @@ on:
1920
- ELAPSED_TIME
2021
- UPSTREAM_PYTORCH_PROFILER
2122
default: PYTORCH_LEGACY_PROFILER_USING_IPEX
23+
run_name:
24+
description: Run name
25+
type: string
26+
default: "Triton benchmarks"
2227
schedule:
2328
- cron: "5 23 * * *"
2429
pull_request:

0 commit comments

Comments
 (0)