Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blobovnicza: Add benchmark to test different tree settings #2457

Merged

Commits on Jul 25, 2023

  1. blobovnicza: Add benchmark to test different tree settings

    goos: linux
    goarch: amd64
    pkg: github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree
    cpu: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
    BenchmarkBlobovniczas_Put/tree=1x0-8                  61          19747177 ns/op           33398 B/op         77 allocs/op
    BenchmarkBlobovniczas_Put/tree=10x0-8                 60          18623677 ns/op           33600 B/op         77 allocs/op
    BenchmarkBlobovniczas_Put/tree=2x2-8                  56          20861449 ns/op           36191 B/op        112 allocs/op
    BenchmarkBlobovniczas_Put/tree=4x4-8                  43          25999988 ns/op           38511 B/op        182 allocs/op
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cc3fb47 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. blobovnicza: Extend write benchmark with parallel runs

    goos: linux
    goarch: amd64
    pkg: github.com/nspcc-dev/neofs-node/pkg/local_object_storage/blobstor/blobovniczatree
    cpu: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
    BenchmarkBlobovniczas_Put/tree=1x0_parallel-8                 50          25138722 ns/op          503770 B/op        718 allocs/op
    BenchmarkBlobovniczas_Put/tree=10x0_parallel-8                49          24535074 ns/op          502562 B/op        723 allocs/op
    BenchmarkBlobovniczas_Put/tree=2x2_parallel-8                 30          53013230 ns/op          630769 B/op       1748 allocs/op
    BenchmarkBlobovniczas_Put/tree=4x4_parallel-8                 19          54977576 ns/op          762231 B/op       3308 allocs/op
    
    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d22c757 View commit details
    Browse the repository at this point in the history