mirror of https://github.com/gofiber/fiber.git
prevent v3 from affecting v2 benchmarks
parent
ca6f25a890
commit
01cfc64f1c
|
@ -16,7 +16,8 @@ jobs:
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ./cache
|
path: ./cache
|
||||||
key: ${{ runner.os }}-benchmark
|
# TODO: reactivate it later -> when v3 is the stable one
|
||||||
|
key: ${{ runner.os }}-benchmark-v3
|
||||||
- name: Save Benchmark Results
|
- name: Save Benchmark Results
|
||||||
uses: rhysd/github-action-benchmark@v1
|
uses: rhysd/github-action-benchmark@v1
|
||||||
with:
|
with:
|
||||||
|
@ -25,4 +26,5 @@ jobs:
|
||||||
github-token: ${{ secrets.BENCHMARK_TOKEN }}
|
github-token: ${{ secrets.BENCHMARK_TOKEN }}
|
||||||
fail-on-alert: true
|
fail-on-alert: true
|
||||||
comment-on-alert: true
|
comment-on-alert: true
|
||||||
auto-push: true
|
# TODO: reactivate it later -> when v3 is the stable one
|
||||||
|
auto-push: false
|
||||||
|
|
Loading…
Reference in New Issue