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

[merkledb benchmark] implement simple write profile benchmark #3372

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
da7f632
update
tsachiherman Sep 8, 2024
67b83d9
update
tsachiherman Sep 8, 2024
60a1bd7
update
tsachiherman Sep 8, 2024
e9f6f20
registration order.
tsachiherman Sep 8, 2024
2ce08b8
add few more metrics.
tsachiherman Sep 8, 2024
a8b673f
update
tsachiherman Sep 8, 2024
e888f9e
fix metric
tsachiherman Sep 8, 2024
a34e949
update
tsachiherman Sep 8, 2024
8984569
few more updates.
tsachiherman Sep 9, 2024
c844c70
reuse batch
tsachiherman Sep 9, 2024
30f05e7
update
tsachiherman Sep 9, 2024
e2ed004
bugfix
tsachiherman Sep 9, 2024
24da31d
avoid double registration
tsachiherman Sep 10, 2024
171c3b5
add leveldb configuration; optimize writes.
tsachiherman Sep 10, 2024
3d9fd61
Merge branch 'master' into tsachi/bench_merkledb
tsachiherman Sep 10, 2024
c16e891
update
tsachiherman Sep 10, 2024
bfe6c7c
update
tsachiherman Sep 10, 2024
4a0ae2b
update per CR.
tsachiherman Sep 12, 2024
a4d935f
Merge branch 'master' into tsachi/bench_merkledb
tsachiherman Sep 12, 2024
2014fdc
add a benchmark to compare with eth's merkle trie.
tsachiherman Sep 16, 2024
af5c4ab
udpate
tsachiherman Sep 16, 2024
4f807c8
update caches
tsachiherman Sep 18, 2024
291f2da
fix bench
tsachiherman Sep 18, 2024
058ec55
fix typo
tsachiherman Sep 18, 2024
0c80953
update dashboard.
tsachiherman Sep 19, 2024
a6385b0
update
tsachiherman Sep 20, 2024
6a1817e
update
tsachiherman Sep 20, 2024
716fbbd
refactor and add few unit test for database creation.
tsachiherman Sep 22, 2024
dd25de9
add unit test.
tsachiherman Sep 22, 2024
ae64496
update revisions
tsachiherman Sep 23, 2024
f3191bc
adding historical lookup for geth.
tsachiherman Sep 23, 2024
a0f31a4
Fix geth merkledb unit test (#3414)
StephenButtolph Sep 25, 2024
4602deb
Code cleanups (#3416)
rkuris Sep 26, 2024
72b9d13
fix lint
tsachiherman Sep 26, 2024
b94e8f3
update
tsachiherman Sep 28, 2024
2485f98
update
tsachiherman Sep 28, 2024
b2aa009
update
tsachiherman Sep 28, 2024
ceada16
update
tsachiherman Sep 28, 2024
9ff9dbe
update setup
tsachiherman Sep 28, 2024
ddd0c88
updatr
tsachiherman Sep 28, 2024
1b87ea8
use less memory for cache so that it would fit for 16gb machines.
tsachiherman Sep 29, 2024
78d164b
fix linter issues
tsachiherman Sep 29, 2024
e3a0002
further reduce cache size
tsachiherman Sep 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading