You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The benchmark here shows the pebble's batch writes update is much slower than badger's. Investigate it.
cd storage/operation
go test -bench=BenchmarkUpsert
goos: darwin
goarch: arm64
pkg: github.com/onflow/flow-go/storage/operation
BenchmarkUpsert/BadgerStorage-10 31804 35173 ns/op
BenchmarkUpsert/PebbleStorage-10 270 4267359 ns/op
PASS
ok github.com/onflow/flow-go/storage/operation 4.886s
The text was updated successfully, but these errors were encountered:
Problem Definition
The benchmark here shows the pebble's batch writes update is much slower than badger's. Investigate it.
The text was updated successfully, but these errors were encountered: