-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #393 from skalenetwork/docs/measure-performance#389
add initial performance docs
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
SGWallet performance measured on version 1.83.0-stable.1 for signed mode and 1.83.0-beta.5 for simulation mode on Intel Core i7-10510U CPU @ 1.80 GHz * 8. | ||
|
||
BLS sign operations: | ||
- simulation mode: | ||
- 50 BLS sign operations / per sec if sending requests via 5 threads | ||
- 62 BLS sign operations / per sec if sending requests via 10 threads | ||
- 69 BLS sign operations / per sec if sending requests via 15 threads | ||
- release mode: | ||
- 43 BLS sign operations / per sec if sending requests via 5 threads | ||
- 52 BLS sign operations / per sec if sending requests via 10 threads | ||
- 60 BLS sign operations / per sec if sending requests via 15 threads | ||
|
||
ECDSA sign operations: | ||
- simulation mode: | ||
- 47 ECDSA sign operations / per sec if sending requests via 5 threads | ||
- 50 ECDSA sign operations / per sec if sending requests via 10 threads | ||
- 52 ECDSA sign operations / per sec if sending requests via 15 threads | ||
- release mode: | ||
- 37 ECDSA sign operations / per sec if sending requests via 5 threads | ||
- 48 ECDSA sign operations / per sec if sending requests via 10 threads | ||
- 52 ECDSA sign operations / per sec if sending requests via 15 threads |