Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/compare-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
run: |
ls
BASE_NAME=${{ needs.run-base-benchmark.outputs.metric_name }}
BASE_JSON=$BASE_NAME.json
BASE_JSON=$BASE_NAME/metrics.json
TARGET_NAME=${{ needs.run-target-benchmark.outputs.metric_name }}
TARGET_JSON=$TARGET_NAME.json
TARGET_JSON=$TARGET_NAME/metrics.json

openvm-prof --json-paths $TARGET_JSON --prev-json-paths $BASE_JSON
MD_PATH=${TARGET_JSON%.json}.md
Expand Down
Loading
Loading