Deleting store benchmark results from the ci/cd
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -121,13 +121,6 @@ jobs:
|
|||||||
- name: Run benchmarks
|
- name: Run benchmarks
|
||||||
run: cargo bench --all-features
|
run: cargo bench --all-features
|
||||||
|
|
||||||
- name: Store benchmark result
|
|
||||||
uses: benchmark-action/github-action-benchmark@v1
|
|
||||||
with:
|
|
||||||
tool: 'cargo'
|
|
||||||
output-file-path: target/criterion/benchmark-results.json
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
auto-push: true
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build Release
|
name: Build Release
|
||||||
|
|||||||
Reference in New Issue
Block a user