frostfs-node/pkg/services/tree
Evgenii Stratonikov 7eab9fcede [#957] treesvc: Add benchmark for getSubTree
```
goos: linux
goarch: amd64
pkg: git.frostfs.info/TrueCloudLab/frostfs-node/pkg/services/tree
cpu: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
BenchmarkGetSubTree/latency-8         	      16	   3074441 ns/op	29602255 B/op	  400010 allocs/op
BenchmarkGetSubTree/latency-8         	      15	   3318523 ns/op	29602739 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      16	   3195982 ns/op	29602004 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      15	   3584962 ns/op	29603457 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      15	   3623496 ns/op	29602061 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      15	   3346428 ns/op	29602054 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      16	   3965596 ns/op	29602029 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      12	   4439678 ns/op	29604445 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      15	   3499192 ns/op	29602053 B/op	  400009 allocs/op
BenchmarkGetSubTree/latency-8         	      14	   3896512 ns/op	29601542 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      15	  70107430 ns/op	29602047 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      13	  79811187 ns/op	29601585 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      15	  73591921 ns/op	29602068 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      15	  77711739 ns/op	29602047 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      15	  71107422 ns/op	29602140 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      15	  80340752 ns/op	29601606 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      16	  72185626 ns/op	29607127 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      16	  79709510 ns/op	29601985 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      16	  72779459 ns/op	29601474 B/op	  400009 allocs/op
BenchmarkGetSubTree/total_time-8      	      15	  69887160 ns/op	29600968 B/op	  400009 allocs/op
PASS
ok  	git.frostfs.info/TrueCloudLab/frostfs-node/pkg/services/tree	25.032s
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-02-03 00:19:22 +03:00
..
bench_test.go [#957] treesvc: Add benchmark for getSubTree 2024-02-03 00:19:22 +03:00
cache.go treesvc: Do not provide credentials unless TLS is used 2023-07-06 08:04:28 +00:00
container.go Rename package name 2023-03-07 16:38:26 +03:00
drop.go [#242] treesvc: Add tracing spans 2023-04-14 10:25:53 +00:00
getsubtree_test.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
metrics.go [#17] Add morph client metrics 2023-06-13 14:06:04 +03:00
options.go [#574] tree: Check if container is really removed 2023-08-21 12:50:20 +03:00
redirect.go [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
replicator.go [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
service.go [#857] golangci: Add protogetter linter 2023-12-12 16:27:02 +03:00
service.pb.go [#922] Update files generated by protoc 2024-02-02 12:09:51 +00:00
service.proto [#335] treesvc: Sort nodes by Filename in GetSubTree 2023-07-20 10:14:10 +03:00
service_frostfs.pb.go [#557] services: Regenerate stable marshalers 2023-08-02 13:37:40 +00:00
service_grpc.pb.go [#922] Update files generated by protoc 2024-02-02 12:09:51 +00:00
signature.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
signature_test.go [#895] test: Fix NewLogger arguments list 2024-01-11 12:32:09 +00:00
sync.go [#857] golangci: Add protogetter linter 2023-12-12 16:27:02 +03:00
sync_test.go [#302] tree: Drop unused ctx 2023-05-02 16:54:06 +03:00
types.pb.go [#922] Update files generated by protoc 2024-02-02 12:09:51 +00:00
types.proto Rename package name 2023-03-07 16:38:26 +03:00
types_frostfs.pb.go [#557] services: Regenerate stable marshalers 2023-08-02 13:37:40 +00:00