Skip to content

Commit

Permalink
www: Add LLVM test suite benchmarks results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Feb 27, 2024
1 parent 58d424b commit 03efcc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ nav:
- Optimizer: Tools/vast-opt.md
- Query: Tools/vast-query.md
- REPL: Tools/vast-repl.md
- Benchmarks:
- LLVM Test Suite SingleSource: results.md
- About:
- 'License': 'statement.md'

Expand Down
3 changes: 3 additions & 0 deletions www/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ cp -rv $(pwd)/CONTRIBUTING.md $dst/docs
# Setup auto-generated docs
cp -rv $build/docs $dst/docs/dialects

# Setup benchmark results
cp -rv $(pwd)/results.md $dst/docs

# Setup site assets
cp -rv $(pwd)/www/assets $dst
cp -rv $(pwd)/www/mkdocs.yml $dst

0 comments on commit 03efcc6

Please sign in to comment.