forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Reference Hardware Specs (paritytech#13317)
* Remove Polkadot Wiki Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Update requirements for new ref hardware Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add test Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: parity-processbot <>
- Loading branch information
1 parent
24c8b84
commit 56eb32f
Showing
2 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
utils/frame/benchmarking-cli/src/machine/reference_hardware.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[ | ||
{ | ||
"metric": "Blake2256", | ||
"minimum": 1029.0 | ||
"minimum": 783.27 | ||
}, | ||
{ | ||
"metric": "Sr25519Verify", | ||
"minimum": 0.650391 | ||
"minimum": 0.547529297 | ||
}, | ||
{ | ||
"metric": "MemCopy", | ||
"minimum": 14666.752 | ||
"minimum": 11768.341 | ||
}, | ||
{ | ||
"metric": "DiskSeqWrite", | ||
"minimum": 450.0 | ||
"minimum": 950.0 | ||
}, | ||
{ | ||
"metric": "DiskRndWrite", | ||
"minimum": 200.0 | ||
"minimum": 420.0 | ||
} | ||
] |