Skip to content

Commit

Permalink
perf: Add code for in-depth measurement of write_to_db (paradigmxyz#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousGiga authored Dec 26, 2023
1 parent c2089e6 commit a26dcc0
Show file tree
Hide file tree
Showing 11 changed files with 522 additions and 152 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/perf-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ enable_execution_duration_record = ["revm-utils"]
enable_tps_gas_record = []
enable_db_speed_record = []
enable_execute_measure = ["revm-utils"]
enable_write_to_db_measure = ["revm-utils"]
enable_write_to_db_measure = ["revm-utils",
"revm/enable_transact_measure",
]
Loading

0 comments on commit a26dcc0

Please sign in to comment.