Skip to content

Commit

Permalink
final fix for real
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 6, 2025
1 parent 65670f9 commit 9df0ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
- name: Link to Benchmark Results
run: |
echo "Benchmark results are available at:"
echo "${{ github.repository }}/blob/benchmark-results/${BENCHMARK_RESULTS_PATH}/summary.md"
echo "https://github.com/${{ github.repository }}/blob/benchmark-results/${BENCHMARK_RESULTS_PATH}/summary.md"
##########################################################################
# Update PR comment upon a pull request event #
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ add_metadata() {
repo_root=$(git rev-parse --show-toplevel)
for file in $repo_root/.bench_metrics/flamegraphs/*.svg; do
filename=$(basename "$file")
flamegraph_url=${S3_FLAMEGRAPHS_PATH}/${CURRENT_SHA}/${filename}
flamegraph_url=https://openvm-public-data-sandbox-us-east-1.s3.us-east-1.amazonaws.com/benchmark/github/flamegraphs/${CURRENT_SHA}/${filename}
echo "[![]($flamegraph_url)]($flamegraph_url)" >> $result_path
done
echo "" >> $result_path
Expand Down

0 comments on commit 9df0ae7

Please sign in to comment.