Skip to content

Commit a88ea1f

Browse files
committed
Add benchmark_name input to workflow
1 parent d5cf7a5 commit a88ea1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
benchmark_data:
77
description: 'Base64 encoded benchmark data'
88
required: true
9+
benchmark_name:
10+
description: 'Name for benchmark group on the dashboard'
11+
required: false
12+
default: 'Quandary benchmarks'
913

1014
permissions:
1115
checks: write

0 commit comments

Comments
 (0)