nearcore icon indicating copy to clipboard operation
nearcore copied to clipboard

IO gas cost estimation based on DB accesses

Open jakmeier opened this issue 2 years ago • 0 comments

Building on top of #7053, instrument our estimations such that they count the DB accesses. Based on that, give a report based on fixed-delay assumptions for DB accesses.

This kind of estimation has already been done by manually extracting the information from the traces. The tricky part is to remove the warm-up iterations, the accesses only done for setup, and to figure out by which number to divide the total number of accesses. The idea behind this issue is to automate this process.

jakmeier avatar Aug 19 '22 09:08 jakmeier