Fix bench command

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

@ -33,13 +33,13 @@ jobs:
id: extract_branch
- name: Run benchmark
run: cargo bench ${{steps.extract_branch.outputs.branch}}
run: cargo bench -- --save-baseline ${{steps.extract_branch.outputs.branch}}
- name: upload artifact
uses: actions/upload-artifact@v2
with:
name: benchmark-results
path: tartet/criterion/
path: target/criterion/
- name: deploy to github pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:

Loading…
Cancel
Save