Update benchmark.yml

pull/520/head
Fenny 2020-06-30 00:54:40 +02:00
parent d7dcf528ca
commit 92d6da2fc0
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: