frostfs-node/pkg/local_object_storage/engine
Aleksey Savchuk 281d65435e
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 2m1s
DCO action / DCO (pull_request) Successful in 2m20s
Vulncheck / Vulncheck (pull_request) Successful in 2m23s
Build / Build Components (pull_request) Successful in 3m15s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m21s
Tests and linters / gopls check (pull_request) Successful in 3m21s
Tests and linters / Staticcheck (pull_request) Successful in 3m49s
Tests and linters / Lint (pull_request) Successful in 4m37s
Tests and linters / Tests (pull_request) Successful in 5m0s
Tests and linters / Tests with -race (pull_request) Successful in 6m12s
Tests and linters / Run gofumpt (push) Successful in 1m46s
Vulncheck / Vulncheck (push) Successful in 2m36s
Pre-commit hooks / Pre-commit (push) Successful in 2m55s
Build / Build Components (push) Successful in 3m8s
Tests and linters / gopls check (push) Successful in 3m30s
Tests and linters / Staticcheck (push) Successful in 3m36s
Tests and linters / Lint (push) Successful in 4m31s
Tests and linters / Tests (push) Successful in 4m56s
Tests and linters / Tests with -race (push) Successful in 6m7s
[#1450] engine: Group object by shard before Inhume
```
goos: linux
goarch: amd64
pkg: git.frostfs.info/TrueCloudLab/frostfs-node/pkg/local_object_storage/engine
cpu: 12th Gen Intel(R) Core(TM) i5-1235U
                                 │   old.txt    │              new.txt                │
                                 │    sec/op    │   sec/op     vs base                │
InhumeMultipart/objects=1-12        11.42m ± 1%   10.71m ± 0%   -6.27% (p=0.000 n=10)
InhumeMultipart/objects=10-12       113.5m ± 0%   100.9m ± 3%  -11.08% (p=0.000 n=10)
InhumeMultipart/objects=100-12     1135.4m ± 1%   681.3m ± 2%  -40.00% (p=0.000 n=10)
InhumeMultipart/objects=1000-12     11.358 ± 0%    1.089 ± 1%  -90.41% (p=0.000 n=10)
InhumeMultipart/objects=10000-12   113.251 ± 0%    1.645 ± 1%  -98.55% (p=0.000 n=10)
geomean                              1.136        265.5m       -76.63%
```

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-12-04 10:09:00 +03:00
..
container.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
control.go [#1437] shard: Fix contextcheck linter 2024-11-13 10:36:09 +03:00
control_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
delete.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
delete_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
engine.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
engine_test.go [#1527] engine/test: Move default metabase options to separate function 2024-12-02 16:13:37 +03:00
error_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
evacuate.go [#1437] node: Use ctx for logging 2024-11-13 10:36:07 +03:00
evacuate_limiter.go [#1043] control: Add ResetEvacuationStatus implementation 2024-03-13 10:29:45 +00:00
evacuate_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
exists.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
exists_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
get.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
head.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
head_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
info.go Rename package name 2023-03-07 16:38:26 +03:00
inhume.go [#1450] engine: Group object by shard before Inhume 2024-12-04 10:09:00 +03:00
inhume_test.go [#1450] engine: Add benchmark for Inhume operation 2024-12-04 10:08:34 +03:00
list.go [#1484] engine: Fix engine metrics 2024-11-11 12:59:20 +03:00
list_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
lock.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
lock_test.go [#1527] engine: Add tests for handling expired objects on inhume and lock 2024-12-03 12:29:45 +03:00
metrics.go [#1410] engine: Provide the default implementation to MetricsRegister 2024-10-03 08:23:06 +00:00
put.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
range.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
rebuild.go [#1337] config: Move rebuild_worker_count to shard section 2024-09-06 13:57:27 +03:00
remove_copies.go [#1437] node: Use ctx for logging 2024-11-13 10:36:07 +03:00
remove_copies_test.go [#1317] go.mod: Use range over int 2024-09-03 13:00:54 +03:00
select.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
shards.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
shards_test.go [#1491] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
tree.go [#1437] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
tree_test.go [#1412] searchSvc: Check container is indexed 2024-10-08 11:41:50 +03:00
writecache.go [#1367] writecache: Drop DB label from metrics 2024-09-12 15:06:33 +03:00