feat: added benchmarks
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM golang:1.21-bookworm
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
protobuf-compiler \
|
||||
flatbuffers-compiler \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.36.11
|
||||
|
||||
WORKDIR /workspace
|
||||
Reference in New Issue
Block a user