Run benchmarks on middleware dir

pull/520/head
Fenny 2020-06-30 00:36:40 +02:00
parent 8ee41c00b5
commit 3398629680
1 changed files with 1 additions and 1 deletions

View File

@ -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: