Add github actions deploy

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/14/head
trivernis 3 years ago
parent 48a3838cb0
commit b6af962561
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -39,4 +39,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: benchmark-results
path: tartet/criterion/
path: tartet/criterion/
- name: deploy to github pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: target/criterion/

@ -115,6 +115,10 @@ async fn main() {
}
```
## Benchmarks
Benchmarks are generated on each commit. They can be reviewed [here](https://trivernis.github.io/rmp-ipc/report/).
## License
Apache-2.0
Loading…
Cancel
Save