File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
stage(' Run transformations benchmark' ) {
50
50
when { branch ' master' }
51
51
steps {
52
- sh " set -o pipefail ; go test -run=NONE -bench=. ./driver/... | tee ${ env.BENCHMARK_FILE} "
52
+ sh " set -o pipefail ; go test -run=NONE -bench=/transform ./driver/... | tee ${ env.BENCHMARK_FILE} "
53
53
}
54
54
}
55
55
stage(' Store transformations benchmark to prometheus' ) {
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/Microsoft/go-winio v0.4.13 // indirect
7
- github.com/bblfsh/sdk/v3 v3.2.1
7
+ github.com/bblfsh/sdk/v3 v3.2.2
8
8
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect
9
9
github.com/docker/go-connections v0.4.0 // indirect
10
10
github.com/docker/go-units v0.4.0 // indirect
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ github.com/Microsoft/go-winio v0.4.13/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jB
11
11
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw =
12
12
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 /go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk =
13
13
github.com/antchfx/xpath v0.0.0-20180922041825-3de91f3991a1 /go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk =
14
- github.com/bblfsh/sdk/v3 v3.2.1 h1:Wr8xIUrhw46zfUBpoJHGg1xTz5hhRDm3DeRcFChX5oQ =
15
- github.com/bblfsh/sdk/v3 v3.2.1 /go.mod h1:LSY0KJDbK4tQHGIk3rEYX4sAeWgZzNqV1E3Bp30/Nrw =
14
+ github.com/bblfsh/sdk/v3 v3.2.2 h1:+Kr5hTK8ZklcjRQgfiMnM6JNI5faN1bsW/JZAHD8kyI =
15
+ github.com/bblfsh/sdk/v3 v3.2.2 /go.mod h1:LSY0KJDbK4tQHGIk3rEYX4sAeWgZzNqV1E3Bp30/Nrw =
16
16
github.com/blang/semver v3.5.1+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
17
17
github.com/client9/misspell v0.3.4 /go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw =
18
18
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w =
You can’t perform that action at this time.
0 commit comments