Skip to content

Commit

Permalink
gh: Fix column name in sv-benchmark evaluation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed May 29, 2024
1 parent 3b8ca5b commit ad15cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
- name: Generate the results
run: |
python3 sv-bench-patch/make_table.py \
--columns HighLevel,HighLevel without Unsupported \
--columns HighLevel,"HighLevel without Unsupported" \
--files results-sv-hl-false/results.txt,results-sv-hl-true/results.txt \
--output sv-comp-results
Expand Down

0 comments on commit ad15cbe

Please sign in to comment.