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 1462737 commit 4d5b332Copy full SHA for 4d5b332
1 file changed
.github/workflows/benchmark.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
UV_PATH: ${{ env.UV_PATH }}
36
run: |
37
- go test -run=^$ -bench=. -benchmem -benchtime=30s ./...
+ go test -run=^$ -bench=. -benchmem -benchtime=30s ./... > result.txt
38
39
- name: Remove License
40
run: git stash
0 commit comments