We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95218b4 commit 90b52a6Copy full SHA for 90b52a6
.github/actions/simeng_benchmarks/action.yml
@@ -2,16 +2,16 @@ name: simeng-benchmarks
2
description: runs simeng benchmarks
3
4
inputs:
5
- RUN_DIR:
+ path:
6
description: directory from which the benchmark binary should be run
7
required: true
8
- BIN_PATH:
+ name:
9
description: path to the binary for the benchmark
10
11
- PASS_STRING:
+ datafile:
12
description: string that is searched for in the benchmark's output to confirm whether or not it has passed
13
14
- OUTPUT_FILE:
+ pass_string:
15
description: path to temp file storing output of benchmark run
16
17
0 commit comments