Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenny committed Jun 29, 2020
1 parent d7dcf52 commit 92d6da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 92d6da2

Please sign in to comment.