Skip to content

Commit

Permalink
Merge e652e07 into 617de82
Browse files Browse the repository at this point in the history
  • Loading branch information
pzread authored Jan 5, 2023
2 parents 617de82 + e652e07 commit 22c938e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
IREE_DASHBOARD_URL: https://perf.iree.dev
IREE_BUILD_URL: https://github.com/iree-org/iree/actions/runs/
PR_NUMBER: ${{ github.event.pull_request.number }}
BENCHMARK_COMMENT_ARTIFACT: benchmark-comment.json
BENCHMARK_COMMENT_JSON: benchmark-comment.json
run: |
sed -i "s/562b08f4b789bc7f14e48c125c75f6cc31fed31e/${GITHUB_SHA}/" \
./c2-standard-16-benchmark-results.json
Expand All @@ -53,8 +53,8 @@ jobs:
--comment_type="benchmark-summary" \
--build_url="${IREE_BUILD_URL}" \
--benchmark_files="./c2-standard-16-benchmark-results.json" \
--output="${BENCHMARK_COMMENT_ARTIFACT}"
echo "benchmark-comment-artifact=${BENCHMARK_COMMENT_ARTIFACT}" >> "${GITHUB_OUTPUT}"
--output="${BENCHMARK_COMMENT_JSON}"
echo "benchmark-comment-artifact=${BENCHMARK_COMMENT_JSON}" >> "${GITHUB_OUTPUT}"
- name: Uploading benchmark comment artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 22c938e

Please sign in to comment.