Skip to content

Commit

Permalink
yml for ci, not go
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-vasile committed Oct 11, 2024
1 parent 7798415 commit 84fafc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version-file: 'go.mod'
- run: go install golang.org/x/perf/cmd/benchstat@latest
// Base for comparison is master branch.
# Base for comparison is master branch.
- name: Checkout code
uses: actions/checkout@v4.1.7
with:
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4.1.7
- run: go test -run=none -bench=. --count=7 > /tmp/curr &

// Wait for both benchmarks to complete before comparing.
# Wait for both benchmarks to complete before comparing.
- run: wait
- run: RESULT="$(benchstat /tmp/prev /tmp/curr)"
- uses: actions/github-script@v7
Expand Down

0 comments on commit 84fafc2

Please sign in to comment.