adding benchmarks

This commit is contained in:
Samuel Berthe
2022-03-03 17:02:29 +01:00
parent e15b7a9371
commit a4fcd1694a
5 changed files with 44 additions and 4 deletions

View File

@@ -3,6 +3,6 @@ FROM golang:1.18rc1-bullseye
WORKDIR /go/src/github.com/samber/lo
COPY Makefile go.* /go/src/github.com/samber/lo
COPY Makefile go.* /go/src/github.com/samber/lo/
RUN make tools