Skip to content

Commit 92d6da2

Browse files
committed
Update benchmark.yml
1 parent d7dcf52 commit 92d6da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Fetch Repository
1212
uses: actions/checkout@v2
1313
- name: Run Benchmark
14-
run: go test -benchmem -run=^$ -bench ./... | tee output.txt
14+
run: go test ./... -benchmem -run=^$ -bench . | tee output.txt
1515
- name: Get Previous Benchmark Results
1616
uses: actions/cache@v1
1717
with:

0 commit comments

Comments
 (0)