Skip to content

Commit c03e4da

Browse files
committed
echo the new solutions as well
1 parent f7eff63 commit c03e4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/RunBenchmark.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
sed -i 's/\/VERSION/ /g' updated_solutions.txt
7777
tr --delete '\n' < updated_solutions.txt > updated_solutions_no_newlines.txt
7878
export new_solutions=`cat updated_solutions_no_newlines.txt`
79+
echo "New benchmarks are " $new_solutions
7980
sed -i "s/export RUN_SOLUTIONS=.*/export RUN_SOLUTIONS=\"${new_solutions}\"/g" run.conf
8081
8182
- name: Run the benchmark

0 commit comments

Comments
 (0)