Skip to content

Commit 90b52a6

Browse files
committed
Playing with benchmarks script
1 parent 95218b4 commit 90b52a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/simeng_benchmarks/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: simeng-benchmarks
22
description: runs simeng benchmarks
33

44
inputs:
5-
RUN_DIR:
5+
path:
66
description: directory from which the benchmark binary should be run
77
required: true
8-
BIN_PATH:
8+
name:
99
description: path to the binary for the benchmark
1010
required: true
11-
PASS_STRING:
11+
datafile:
1212
description: string that is searched for in the benchmark's output to confirm whether or not it has passed
1313
required: true
14-
OUTPUT_FILE:
14+
pass_string:
1515
description: path to temp file storing output of benchmark run
1616
required: true
1717

0 commit comments

Comments
 (0)