Skip to content

Commit

Permalink
Move benchmarks report to a proper location in the SDK; improve paths
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Mar 8, 2024
1 parent 146abd4 commit 515a35e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/competitive-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Push to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
folder: qi-sdk/benchmarks/results/output
folder: qi-sdk/benchmarks/competitive/results
target-folder: competitive-benchmarks
branch: gh-pages
clean: true
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ profile:
# assumes the existence of the qi-benchmarks folder
# TODO: need to update this for vlibench, and rename qi-benchmarks to vlibench
new-benchmarks:
cd qi-sdk/benchmarks && \
cd qi-sdk/benchmarks/competitive && \
scribble \
++convert svg \
++arg -p \
++arg github \
--html \
--dest results/output \
--dest results \
--dest-name index.html \
report-qi.scrbl

Expand Down
File renamed without changes.

0 comments on commit 515a35e

Please sign in to comment.