Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

Use simple key generation source for faster account creation #296

Closed HerbertJordan closed 1 day ago

HerbertJordan commented 2 days ago

This PR replaces the expensive key-generator algorithm used by the account factory for load generators with a simpler, much faster solution. This change saves ~30 second of startup overhead when running scenarios with several thousand users.