mirror of https://github.com/gofiber/fiber.git
🪓 Code separation for utils (🧹clean code)
Co-authored-by: Fenny <fenny@gofiber.io> Co-authored-by: Kiyon <kiyon@gofiber.io>pull/771/head
parent
a828c5d0e8
commit
12d17daa06
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Fetch Repository
|
||||
uses: actions/checkout@v2
|
||||
- name: Run Benchmark
|
||||
run: go test ./... -benchmem -run=^$ -bench . | tee output.txt
|
||||
run: set -o pipefail; go test ./... -benchmem -run=^$ -bench . | tee output.txt
|
||||
- name: Get Previous Benchmark Results
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
@ -25,4 +25,4 @@ jobs:
|
|||
github-token: ${{ secrets.BENCHMARK_TOKEN }}
|
||||
fail-on-alert: true
|
||||
comment-on-alert: true
|
||||
auto-push: true
|
||||
auto-push: true
|
||||
|
|
Loading…
Reference in New Issue