mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
New weights using i7 machine (#5848)
* i7 weights * fix full block test * fix merge * fix priority
This commit is contained in:
@@ -130,8 +130,8 @@ parameter_types! {
|
||||
/// This probably should not be changed unless you have specific
|
||||
/// disk i/o conditions for the node.
|
||||
pub const DbWeight: RuntimeDbWeight = RuntimeDbWeight {
|
||||
read: 60_000_000, // ~0.06 ms = ~60 µs
|
||||
write: 200_000_000, // ~0.2 ms = 200 µs
|
||||
read: 25_000_000, // ~25 µs
|
||||
write: 100_000_000, // ~100 µs
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user