command
Version:
v1.0.0-rc.1
Opens a new window with list of versions in this module.
Published: Jan 28, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
db-bench
Local BadgerDB benchmark for ev-node write patterns (append + overwrite).
Usage
Run the tuned defaults:
go run ./tools/db-bench -bytes 536870912 -value-size 4096 -batch-size 1000 -overwrite-ratio 0.1
Compare against Badger defaults:
go run ./tools/db-bench -profile all -bytes 1073741824 -value-size 4096 -batch-size 1000 -overwrite-ratio 0.1
Notes:
-bytes is the total data volume; the tool rounds down to full -value-size writes.
-profile all runs evnode and default in separate subdirectories under a temp base dir.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.