We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dcf52 commit 92d6da2Copy full SHA for 92d6da2
.github/workflows/benchmark.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Fetch Repository
12
uses: actions/checkout@v2
13
- name: Run Benchmark
14
- run: go test -benchmem -run=^$ -bench ./... | tee output.txt
+ run: go test ./... -benchmem -run=^$ -bench . | tee output.txt
15
- name: Get Previous Benchmark Results
16
uses: actions/cache@v1
17
with:
0 commit comments