mirror of https://github.com/gofiber/fiber.git
Update benchmark.yml
parent
d7dcf528ca
commit
92d6da2fc0
|
@ -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: go test ./... -benchmem -run=^$ -bench . | tee output.txt
|
||||
- name: Get Previous Benchmark Results
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue