frostfs-api-go/util/proto
Evgenii Stratonikov 7a5ee927c8
All checks were successful
Tests and linters / Tests (1.19) (pull_request) Successful in 1m1s
Tests and linters / Lint (pull_request) Successful in 2m10s
Tests and linters / Tests with -race (pull_request) Successful in 2m18s
Tests and linters / Tests (1.20) (pull_request) Successful in 2m52s
[#49] util/proto: Do not allocate in StringSize()
It was not catched by the test because most of the time the function is
inlined. However, I've seen it allocating with pprof in one of the
earlier builds.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-07-26 18:52:59 +03:00
..
test [#21] *: Drop reputation system 2023-04-17 15:46:52 +03:00
marshal.go [#49] util/proto: Do not allocate in StringSize() 2023-07-26 18:52:59 +03:00
marshal_test.go [#27] util/proto: Fix staticcheck warning 2023-05-03 14:15:56 +03:00