mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-21 20:13:22 +00:00
commit
2bd0ef97fa
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user