tevador / RandomJS

Cryptocurrency proof-of-work algorithm based on random javascript execution
GNU General Public License v3.0
41 stars 11 forks source link

Runtime distribution #1

Open tevador opened 6 years ago

tevador commented 6 years ago

As of commit 7052d8165612ec5a9115649716ed17abbdb3fd7c, the runtime distribution of the generated program (with default ProgramOptions.xml) looks like this:

Runtime histogram

The distribution was calculated from 2 million random programs on a 3.7 GHz Intel Xeon E3-1245. Total of 158 programs had runtime over 100 ms.

Statistical parameters: Average runtime: 10.02 ms Standard deviation: 7.10 ms Minimum runtime: 0.81 ms Maximum runtime: 493.50 ms