Skip to content

Commit

Permalink
feat: add goreleaser for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 16, 2024
1 parent 7253da6 commit 04cbd94
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cover.out
go.work*
*.jar
report
node_modules
node_modules
dist
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,27 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
- binary: benchmarks
id: benchmarks
ldflags:
- -extldflags "-static"
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
command: test
dir: test/performance
no_main_check: true
tags:
- it

release:
prerelease: auto
Expand Down
1 change: 1 addition & 0 deletions test/performance/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
report

0 comments on commit 04cbd94

Please sign in to comment.