File tree 4 files changed +5
-10
lines changed
4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
go-version : 1.16
27
27
- name : Benchmark
28
- run : ./scripts/benchmark.sh
28
+ run : go test -bench 'Benchmark' ./... | tee bench.txt
29
29
- name : Download previous benchmark data
30
30
uses : actions/cache@v1
31
31
with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
deployments : write
11
11
# contents permission to update benchmark contents in gh-pages branch
12
12
contents : write
13
-
13
+
14
14
jobs :
15
15
goreleaser :
16
16
container :
30
30
uses : actions/setup-go@v2
31
31
with :
32
32
go-version : ' 1.16'
33
+ - name : Install deps
34
+ run : ./scripts/install-deps.sh
33
35
-
34
36
name : Run GoReleaser
35
37
uses : goreleaser/goreleaser-action@v2
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ pkg/processor/benchmark/local/file-test
23
23
coverage.txt
24
24
25
25
dist /
26
+ bench.txt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments