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:
@@ -124,8 +124,8 @@ parameter_types! {
|
||||
pub const Version: RuntimeVersion = VERSION;
|
||||
pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75);
|
||||
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