Skip to content

Commit

Permalink
www: Add benchmarks directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Feb 28, 2024
1 parent 7930eba commit 0f5e0cb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,31 @@
"displayName": "Test cxx-common-osx-deb",
"configuration": "Debug"
}
],
"packagePresets": [
{
"name": "default",
"configurePreset": "ninja-multi-default",
"generators": [ "TGZ" ]
}
],
"workflowPresets": [
{
"name": "release-package",
"steps": [
{
"type": "configure",
"name": "ninja-multi-default"
},
{
"type": "build",
"name": "ninja-rel"
},
{
"type": "package",
"name": "default"
}
]
}
]
}
2 changes: 1 addition & 1 deletion www/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nav:
- Query: Tools/vast-query.md
- REPL: Tools/vast-repl.md
- Benchmarks:
- LLVM Test Suite SingleSource: results.md
- LLVM Test Suite SingleSource: benchmarks/results.md
- About:
- 'License': 'statement.md'

Expand Down

0 comments on commit 0f5e0cb

Please sign in to comment.