frostfs-node/pkg/local_object_storage/blobstor/fstree
Evgenii Stratonikov 6e71ae3bda
All checks were successful
DCO action / DCO (pull_request) Successful in 6m28s
Vulncheck / Vulncheck (pull_request) Successful in 5m52s
Build / Build Components (1.21) (pull_request) Successful in 11m14s
Build / Build Components (1.22) (pull_request) Successful in 11m20s
Tests and linters / gopls check (pull_request) Successful in 11m12s
Tests and linters / Staticcheck (pull_request) Successful in 12m5s
Tests and linters / Lint (pull_request) Successful in 16m52s
Pre-commit hooks / Pre-commit (pull_request) Successful in 17m37s
Tests and linters / Tests (1.21) (pull_request) Successful in 18m43s
Tests and linters / Tests with -race (pull_request) Successful in 18m46s
Tests and linters / Tests (1.22) (pull_request) Successful in 4m22s
[#1130] fstree: Remove useless Stat() call
```
goos: linux
goarch: amd64
pkg: git.frostfs.info/TrueCloudLab/frostfs-node/pkg/local_object_storage/blobstor
cpu: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
                                           │     old     │                new                 │
                                           │   sec/op    │   sec/op     vs base               │
SubstorageReadPerf/fstree_nosync-seq100-8    2.689µ ± 2%   2.428µ ± 4%  -9.72% (p=0.000 n=10)
SubstorageReadPerf/fstree_nosync-rand100-8   2.727µ ± 1%   2.497µ ± 2%  -8.42% (p=0.000 n=10)
geomean                                      2.708µ        2.462µ       -9.07%
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-05-14 16:05:45 +03:00
..
control.go [#970] fstree: Move delete implementation to a separate file 2024-02-09 16:12:11 +00:00
counter.go [#970] fstree: Move file locking to the generic writer 2024-02-09 16:12:11 +00:00
fstree.go [#1130] fstree: Remove useless Stat() call 2024-05-14 16:05:45 +03:00
fstree_test.go [#585] fstree: Add optional file counter 2023-08-16 14:47:44 +03:00
fstree_write_generic.go [#948] Fix gofumpt issue 2024-02-13 09:40:46 +03:00
fstree_write_linux.go [#970] fstree: Add build tag to enable generic version on linux 2024-02-09 16:12:11 +00:00
fstree_write_specific.go [#970] fstree: Add build tag to enable generic version on linux 2024-02-09 16:12:11 +00:00
generic_test.go [#559] Remove manual path handling in fstree tests 2023-08-03 10:03:41 +03:00
metrics.go [#1029] metabase: Add refill metrics 2024-04-10 13:05:44 +03:00
option.go [#970] fstree: Move file locking to the generic writer 2024-02-09 16:12:11 +00:00