Fix benchmark
This commit is contained in:
parent
e4cc320184
commit
62cdd6c277
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Run benchmark
|
- name: Run benchmark
|
||||||
run: cargo +nightly test | tee output.txt
|
run: cargo +nightly bench | tee output.txt
|
||||||
- name: Fetch gh-pages for avoiding conflict
|
- name: Fetch gh-pages for avoiding conflict
|
||||||
run: git fetch 'https://dalance:${{ secrets.GITHUB_TOKEN }}@github.com/dalance/sv-parser.git' gh-pages:gh-pages
|
run: git fetch 'https://dalance:${{ secrets.GITHUB_TOKEN }}@github.com/dalance/sv-parser.git' gh-pages:gh-pages
|
||||||
- name: Store benchmark result
|
- name: Store benchmark result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user