Skip to content

Instantly share code, notes, and snippets.

@xdustinface
Created February 21, 2021 18:49
Show Gist options
  • Save xdustinface/2faf72de3fb934edf23331557a91f037 to your computer and use it in GitHub Desktop.
Save xdustinface/2faf72de3fb934edf23331557a91f037 to your computer and use it in GitHub Desktop.
benchmarks old library, v0.17.0.0 RC3
# Benchmark evals iterations total min max median
BLSDKG_BuildQuorumVerificationVectors_parallel_10 5 3000 4.00414 0.000249776 0.000288932 0.000262321
BLSDKG_BuildQuorumVerificationVectors_parallel_100 5 50 4.04708 0.0155653 0.0168256 0.0162083
BLSDKG_BuildQuorumVerificationVectors_parallel_400 5 3 4.36853 0.272888 0.31808 0.29023
BLSDKG_BuildQuorumVerificationVectors_simple_10 5 2500 6.57921 0.000508432 0.000540231 0.000529435
BLSDKG_BuildQuorumVerificationVectors_simple_100 5 25 5.22925 0.0389337 0.0435014 0.0428428
BLSDKG_BuildQuorumVerificationVectors_simple_400 5 1 3.21932 0.622922 0.665426 0.643871
BLSDKG_VerifyContributionShares_aggregated_10 5 70 3.88753 0.0108828 0.0113867 0.0110959
BLSDKG_VerifyContributionShares_aggregated_100 5 2 4.35587 0.401407 0.471808 0.430829
BLSDKG_VerifyContributionShares_aggregated_400 5 1 17.2893 3.23635 3.5913 3.52547
BLSDKG_VerifyContributionShares_parallel_10 5 200 3.35456 0.00321505 0.00345338 0.00338161
BLSDKG_VerifyContributionShares_parallel_100 5 2 2.84207 0.258902 0.30564 0.280989
BLSDKG_VerifyContributionShares_parallel_400 5 1 24.4353 4.45144 5.46341 4.62888
BLSDKG_VerifyContributionShares_parallel_aggregated_10 5 150 4.03199 0.00522305 0.0057173 0.00530275
BLSDKG_VerifyContributionShares_parallel_aggregated_100 5 4 2.91947 0.13423 0.167836 0.143627
BLSDKG_VerifyContributionShares_parallel_aggregated_400 5 1 6.17927 1.19221 1.28777 1.2263
BLSDKG_VerifyContributionShares_simple_10 5 70 3.8048 0.00990459 0.0121359 0.0107421
BLSDKG_VerifyContributionShares_simple_100 5 1 4.20301 0.813705 0.854721 0.843493
BLSDKG_VerifyContributionShares_simple_400 5 1 69.5885 13.0451 15.917 13.5648
BLS_PubKeyAggregate_Normal 5 300000 5.2522 3.46448e-06 3.59495e-06 3.48783e-06
BLS_SecKeyAggregate_Normal 5 700000 11.0903 3.10672e-06 3.20751e-06 3.16858e-06
BLS_Sign_Normal 5 600 3.70577 0.00122193 0.00126762 0.00122892
BLS_Verify_Batched 5 500 4.17564 0.00161581 0.00177489 0.00163613
BLS_Verify_BatchedParallel 5 1000 2.26309 0.000432109 0.000485629 0.000444574
BLS_Verify_LargeAggregatedBlock1000 5 1 6.99777 1.3121 1.46546 1.40378
BLS_Verify_LargeAggregatedBlock10000 5 1 60.3944 11.8266 12.2221 12.1625
BLS_Verify_LargeAggregatedBlock1000PreVerified 5 5 3.21478 0.125406 0.133232 0.128039
BLS_Verify_LargeBlock1000 5 1 13.1819 2.57607 2.67202 2.64029
BLS_Verify_LargeBlockSelfAggregated1000 5 1 6.02056 1.17295 1.22932 1.20504
BLS_Verify_LargeBlockSelfAggregated10000 5 1 60.6434 11.8926 12.2229 12.1854
BLS_Verify_Normal 5 350 4.68524 0.00263399 0.00277601 0.0026612
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment