Skip to content

Commit

Permalink
update to use vlibench entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Mar 1, 2024
1 parent 453c5e8 commit 7b4da6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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-benchmarks/results/output
folder: qi-sdk/results/output
target-folder: competitive-benchmarks
branch: gh-pages
clean: true
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,15 @@ cover-coveralls:
# 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-benchmarks && chmod +x create-benchmarks.sh && ./create-benchmarks.sh github && mv results/* results/output
cd qi-sdk && \
scribble \
++convert svg \
++arg -p \
++arg github \
--html \
--dest results/output \
--dest-name index.html \
report-qi.scrbl

profile-local:
racket $(PACKAGE-NAME)-sdk/profile/local/report.rkt
Expand Down

0 comments on commit 7b4da6c

Please sign in to comment.