Skip to content

Commit 9297ee0

Browse files
committed
misc: Add manual perf workflow title metadata
Change-Id: I7230fe9557206ac809f557d6c1201023c8c6a3dc
1 parent 6b87b99 commit 9297ee0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/manual-perf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: Manual Performance Test
2+
run-name: ${{ format('{0} - {1} - {2}{3} - {4} - {5}', github.event.inputs.note || 'Manual Performance Test', github.event.inputs.configuration, github.event.inputs.benchmark_type, github.event.inputs.specific_benchmarks && format(' ({0})', github.event.inputs.specific_benchmarks) || '', github.event.inputs.branch || github.ref_name, github.event.inputs.vector_type) }}
23

34
on:
45
workflow_dispatch:
56
inputs:
7+
note:
8+
description: 'Title prefix for this manual perf run'
9+
required: false
10+
type: string
11+
default: 'Manual Performance Test'
612
configuration:
713
description: 'Choose Kunminghu configuration'
814
required: true

0 commit comments

Comments
 (0)