feat: added benchmarks

This commit is contained in:
2026-03-23 12:52:30 +03:00
parent f490b7383b
commit fe70aa5404
55 changed files with 6558 additions and 1 deletions
+10
View File
@@ -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