From 03efcc6ed310a9113f42e11bf6fd55bc430b71ca Mon Sep 17 00:00:00 2001 From: Robert Konicar Date: Tue, 27 Feb 2024 21:13:44 +0100 Subject: [PATCH] www: Add LLVM test suite benchmarks results. --- www/mkdocs.yml | 2 ++ www/setup.sh | 3 +++ 2 files changed, 5 insertions(+) diff --git a/www/mkdocs.yml b/www/mkdocs.yml index ede7d0b908..d7d33f5a99 100644 --- a/www/mkdocs.yml +++ b/www/mkdocs.yml @@ -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' diff --git a/www/setup.sh b/www/setup.sh index af0dba4dff..97215949ac 100644 --- a/www/setup.sh +++ b/www/setup.sh @@ -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