-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ensure benchmark workflow is not cancelled on stable/unstable consecutive pushes #5535
Merged
Conversation
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
wemeetagain
approved these changes
May 24, 2023
|
Benchmark suite | Current: 75314bc | Previous: 1a8476b | Ratio |
---|---|---|---|
validate gossip signedAggregateAndProof - struct | 9.9681 ms/op | 2.9373 ms/op | 3.39 |
validate gossip attestation - struct | 4.5666 ms/op | 1.3926 ms/op | 3.28 |
pickEth1Vote - max votes | 38.375 ms/op | 10.459 ms/op | 3.67 |
bytes32 toHexString | 1.7460 us/op | 561.00 ns/op | 3.11 |
computeDeltas | 9.9054 ms/op | 3.1504 ms/op | 3.14 |
altair processAttestation - 250000 vs - 7PWei normalcase | 10.920 ms/op | 3.0267 ms/op | 3.61 |
altair processAttestation - 250000 vs - 7PWei worstcase | 15.460 ms/op | 4.2039 ms/op | 3.68 |
altair processAttestation - setStatus - 1/6 committees join | 795.97 us/op | 158.36 us/op | 5.03 |
altair processAttestation - setStatus - 1/3 committees join | 1.2249 ms/op | 295.65 us/op | 4.14 |
altair processAttestation - setStatus - 1/2 committees join | 1.7858 ms/op | 420.16 us/op | 4.25 |
altair processAttestation - setStatus - 2/3 committees join | 2.0707 ms/op | 531.05 us/op | 3.90 |
altair processAttestation - setStatus - 4/5 committees join | 3.2353 ms/op | 701.10 us/op | 4.61 |
altair processAttestation - setStatus - 100% committees join | 3.2303 ms/op | 828.62 us/op | 3.90 |
altair processBlock - 250000 vs - 7PWei normalcase | 62.585 ms/op | 19.320 ms/op | 3.24 |
altair processBlock - 250000 vs - 7PWei normalcase hashState | 100.50 ms/op | 31.244 ms/op | 3.22 |
altair processBlock - 250000 vs - 7PWei worstcase | 228.65 ms/op | 57.177 ms/op | 4.00 |
altair processBlock - 250000 vs - 7PWei worstcase hashState | 348.29 ms/op | 77.984 ms/op | 4.47 |
phase0 processBlock - 250000 vs - 7PWei normalcase | 9.7172 ms/op | 2.6750 ms/op | 3.63 |
phase0 processBlock - 250000 vs - 7PWei worstcase | 124.89 ms/op | 36.246 ms/op | 3.45 |
altair processEth1Data - 250000 vs - 7PWei normalcase | 2.0598 ms/op | 673.43 us/op | 3.06 |
phase0 afterProcessEpoch - 250000 vs - 7PWei | 416.87 ms/op | 135.56 ms/op | 3.08 |
altair processInactivityUpdates - 250000 normalcase | 85.838 ms/op | 28.574 ms/op | 3.00 |
phase0 processSlashings - 250000 worstcase | 16.160 ms/op | 4.6830 ms/op | 3.45 |
altair processSyncCommitteeUpdates - 250000 | 703.41 ms/op | 216.74 ms/op | 3.25 |
BeaconState.hashTreeRoot - No change | 1.9370 us/op | 423.00 ns/op | 4.58 |
BeaconState.hashTreeRoot - 250000 balances | 311.50 ms/op | 88.312 ms/op | 3.53 |
regular array get 100000 times | 173.92 us/op | 45.866 us/op | 3.79 |
wrappedArray get 100000 times | 197.10 us/op | 48.544 us/op | 4.06 |
arrayWithProxy get 100000 times | 69.208 ms/op | 19.957 ms/op | 3.47 |
shuffle list - 16384 els | 28.847 ms/op | 8.0841 ms/op | 3.57 |
processSlot - 32 slots | 4.7197 ms/op | 1.5695 ms/op | 3.01 |
getCommitteeAssignments - req 1000 vs - 250000 vc | 16.563 ms/op | 5.2854 ms/op | 3.13 |
computeSigningRoot for AttestationData | 47.542 us/op | 15.432 us/op | 3.08 |
hash AttestationData serialized data then Buffer.toString(base64) | 8.9602 us/op | 2.8782 us/op | 3.11 |
toHexString serialized data | 5.0430 us/op | 1.2306 us/op | 4.10 |
Buffer.toString(base64) | 1.3955 us/op | 357.50 ns/op | 3.90 |
Full benchmark results
Benchmark suite | Current: 75314bc | Previous: 1a8476b | Ratio |
---|---|---|---|
getPubkeys - index2pubkey - req 1000 vs - 250000 vc | 1.3549 ms/op | 594.09 us/op | 2.28 |
getPubkeys - validatorsArr - req 1000 vs - 250000 vc | 115.38 us/op | 50.378 us/op | 2.29 |
BLS verify - blst-native | 3.0133 ms/op | 1.2699 ms/op | 2.37 |
BLS verifyMultipleSignatures 3 - blst-native | 6.2642 ms/op | 2.5834 ms/op | 2.42 |
BLS verifyMultipleSignatures 8 - blst-native | 13.816 ms/op | 5.7131 ms/op | 2.42 |
BLS verifyMultipleSignatures 32 - blst-native | 53.261 ms/op | 20.199 ms/op | 2.64 |
BLS aggregatePubkeys 32 - blst-native | 65.855 us/op | 27.969 us/op | 2.35 |
BLS aggregatePubkeys 128 - blst-native | 295.24 us/op | 105.25 us/op | 2.81 |
getAttestationsForBlock | 134.46 ms/op | 57.916 ms/op | 2.32 |
isKnown best case - 1 super set check | 726.00 ns/op | 281.00 ns/op | 2.58 |
isKnown normal case - 2 super set checks | 693.00 ns/op | 275.00 ns/op | 2.52 |
isKnown worse case - 16 super set checks | 475.00 ns/op | 269.00 ns/op | 1.77 |
CheckpointStateCache - add get delete | 14.894 us/op | 6.3280 us/op | 2.35 |
validate gossip signedAggregateAndProof - struct | 9.9681 ms/op | 2.9373 ms/op | 3.39 |
validate gossip attestation - struct | 4.5666 ms/op | 1.3926 ms/op | 3.28 |
pickEth1Vote - no votes | 4.2568 ms/op | 1.4406 ms/op | 2.95 |
pickEth1Vote - max votes | 38.375 ms/op | 10.459 ms/op | 3.67 |
pickEth1Vote - Eth1Data hashTreeRoot value x2048 | 23.645 ms/op | 9.4720 ms/op | 2.50 |
pickEth1Vote - Eth1Data hashTreeRoot tree x2048 | 48.400 ms/op | 14.729 ms/op | 3.29 |
pickEth1Vote - Eth1Data fastSerialize value x2048 | 2.2062 ms/op | 681.24 us/op | 3.24 |
pickEth1Vote - Eth1Data fastSerialize tree x2048 | 16.610 ms/op | 4.9961 ms/op | 3.32 |
bytes32 toHexString | 1.7460 us/op | 561.00 ns/op | 3.11 |
bytes32 Buffer.toString(hex) | 873.00 ns/op | 400.00 ns/op | 2.18 |
bytes32 Buffer.toString(hex) from Uint8Array | 1.6430 us/op | 614.00 ns/op | 2.68 |
bytes32 Buffer.toString(hex) + 0x | 957.00 ns/op | 392.00 ns/op | 2.44 |
Object access 1 prop | 0.43200 ns/op | 0.17800 ns/op | 2.43 |
Map access 1 prop | 0.36200 ns/op | 0.17100 ns/op | 2.12 |
Object get x1000 | 14.731 ns/op | 7.0780 ns/op | 2.08 |
Map get x1000 | 1.1860 ns/op | 0.70100 ns/op | 1.69 |
Object set x1000 | 119.87 ns/op | 78.640 ns/op | 1.52 |
Map set x1000 | 129.64 ns/op | 54.849 ns/op | 2.36 |
Return object 10000 times | 0.63470 ns/op | 0.26350 ns/op | 2.41 |
Throw Error 10000 times | 10.861 us/op | 4.6812 us/op | 2.32 |
fastMsgIdFn sha256 / 200 bytes | 10.253 us/op | 3.8300 us/op | 2.68 |
fastMsgIdFn h32 xxhash / 200 bytes | 739.00 ns/op | 322.00 ns/op | 2.30 |
fastMsgIdFn h64 xxhash / 200 bytes | 1.2240 us/op | 460.00 ns/op | 2.66 |
fastMsgIdFn sha256 / 1000 bytes | 32.937 us/op | 12.791 us/op | 2.58 |
fastMsgIdFn h32 xxhash / 1000 bytes | 1.1500 us/op | 466.00 ns/op | 2.47 |
fastMsgIdFn h64 xxhash / 1000 bytes | 1.1960 us/op | 544.00 ns/op | 2.20 |
fastMsgIdFn sha256 / 10000 bytes | 240.38 us/op | 118.49 us/op | 2.03 |
fastMsgIdFn h32 xxhash / 10000 bytes | 4.0860 us/op | 2.0470 us/op | 2.00 |
fastMsgIdFn h64 xxhash / 10000 bytes | 2.9130 us/op | 1.4590 us/op | 2.00 |
enrSubnets - fastDeserialize 64 bits | 3.8830 us/op | 1.4370 us/op | 2.70 |
enrSubnets - ssz BitVector 64 bits | 1.1930 us/op | 623.00 ns/op | 1.91 |
enrSubnets - fastDeserialize 4 bits | 466.00 ns/op | 196.00 ns/op | 2.38 |
enrSubnets - ssz BitVector 4 bits | 1.2960 us/op | 603.00 ns/op | 2.15 |
prioritizePeers score -10:0 att 32-0.1 sync 2-0 | 289.69 us/op | 127.86 us/op | 2.27 |
prioritizePeers score 0:0 att 32-0.25 sync 2-0.25 | 430.65 us/op | 163.43 us/op | 2.64 |
prioritizePeers score 0:0 att 32-0.5 sync 2-0.5 | 546.98 us/op | 208.20 us/op | 2.63 |
prioritizePeers score 0:0 att 64-0.75 sync 4-0.75 | 767.29 us/op | 420.85 us/op | 1.82 |
prioritizePeers score 0:0 att 64-1 sync 4-1 | 1.1163 ms/op | 472.93 us/op | 2.36 |
array of 16000 items push then shift | 5.2068 us/op | 1.8498 us/op | 2.81 |
LinkedList of 16000 items push then shift | 28.656 ns/op | 10.357 ns/op | 2.77 |
array of 16000 items push then pop | 269.47 ns/op | 117.38 ns/op | 2.30 |
LinkedList of 16000 items push then pop | 21.987 ns/op | 9.6750 ns/op | 2.27 |
array of 24000 items push then shift | 6.1195 us/op | 2.6436 us/op | 2.31 |
LinkedList of 24000 items push then shift | 27.021 ns/op | 9.5990 ns/op | 2.81 |
array of 24000 items push then pop | 260.56 ns/op | 99.149 ns/op | 2.63 |
LinkedList of 24000 items push then pop | 26.413 ns/op | 9.6940 ns/op | 2.72 |
intersect bitArray bitLen 8 | 42.601 ns/op | 14.976 ns/op | 2.84 |
intersect array and set length 8 | 248.76 ns/op | 92.651 ns/op | 2.68 |
intersect bitArray bitLen 128 | 106.25 ns/op | 47.938 ns/op | 2.22 |
intersect array and set length 128 | 3.1426 us/op | 1.3018 us/op | 2.41 |
Buffer.concat 32 items | 6.8860 us/op | 2.9060 us/op | 2.37 |
Uint8Array.set 32 items | 6.7600 us/op | 2.5460 us/op | 2.66 |
pass gossip attestations to forkchoice per slot | 7.9264 ms/op | 2.6454 ms/op | 3.00 |
computeDeltas | 9.9054 ms/op | 3.1504 ms/op | 3.14 |
computeProposerBoostScoreFromBalances | 3.4703 ms/op | 1.9008 ms/op | 1.83 |
altair processAttestation - 250000 vs - 7PWei normalcase | 10.920 ms/op | 3.0267 ms/op | 3.61 |
altair processAttestation - 250000 vs - 7PWei worstcase | 15.460 ms/op | 4.2039 ms/op | 3.68 |
altair processAttestation - setStatus - 1/6 committees join | 795.97 us/op | 158.36 us/op | 5.03 |
altair processAttestation - setStatus - 1/3 committees join | 1.2249 ms/op | 295.65 us/op | 4.14 |
altair processAttestation - setStatus - 1/2 committees join | 1.7858 ms/op | 420.16 us/op | 4.25 |
altair processAttestation - setStatus - 2/3 committees join | 2.0707 ms/op | 531.05 us/op | 3.90 |
altair processAttestation - setStatus - 4/5 committees join | 3.2353 ms/op | 701.10 us/op | 4.61 |
altair processAttestation - setStatus - 100% committees join | 3.2303 ms/op | 828.62 us/op | 3.90 |
altair processBlock - 250000 vs - 7PWei normalcase | 62.585 ms/op | 19.320 ms/op | 3.24 |
altair processBlock - 250000 vs - 7PWei normalcase hashState | 100.50 ms/op | 31.244 ms/op | 3.22 |
altair processBlock - 250000 vs - 7PWei worstcase | 228.65 ms/op | 57.177 ms/op | 4.00 |
altair processBlock - 250000 vs - 7PWei worstcase hashState | 348.29 ms/op | 77.984 ms/op | 4.47 |
phase0 processBlock - 250000 vs - 7PWei normalcase | 9.7172 ms/op | 2.6750 ms/op | 3.63 |
phase0 processBlock - 250000 vs - 7PWei worstcase | 124.89 ms/op | 36.246 ms/op | 3.45 |
altair processEth1Data - 250000 vs - 7PWei normalcase | 2.0598 ms/op | 673.43 us/op | 3.06 |
getExpectedWithdrawals 250000 eb:1,eth1:1,we:0,wn:0,smpl:15 | 29.032 us/op | ||
getExpectedWithdrawals 250000 eb:0.95,eth1:0.1,we:0.05,wn:0,smpl:219 | 80.848 us/op | ||
getExpectedWithdrawals 250000 eb:0.95,eth1:0.3,we:0.05,wn:0,smpl:42 | 42.679 us/op | ||
getExpectedWithdrawals 250000 eb:0.95,eth1:0.7,we:0.05,wn:0,smpl:18 | 18.689 us/op | ||
getExpectedWithdrawals 250000 eb:0.1,eth1:0.1,we:0,wn:0,smpl:1020 | 231.06 us/op | ||
getExpectedWithdrawals 250000 eb:0.03,eth1:0.03,we:0,wn:0,smpl:11777 | 2.3841 ms/op | ||
getExpectedWithdrawals 250000 eb:0.01,eth1:0.01,we:0,wn:0,smpl:16384 | 2.4699 ms/op | ||
getExpectedWithdrawals 250000 eb:0,eth1:0,we:0,wn:0,smpl:16384 | 2.5608 ms/op | ||
getExpectedWithdrawals 250000 eb:0,eth1:0,we:0,wn:0,nocache,smpl:16384 | 8.7766 ms/op | ||
getExpectedWithdrawals 250000 eb:0,eth1:1,we:0,wn:0,smpl:16384 | 4.4569 ms/op | ||
getExpectedWithdrawals 250000 eb:0,eth1:1,we:0,wn:0,nocache,smpl:16384 | 13.526 ms/op | ||
Tree 40 250000 create | 1.2106 s/op | 444.41 ms/op | 2.72 |
Tree 40 250000 get(125000) | 675.23 ns/op | 222.09 ns/op | 3.04 |
Tree 40 250000 set(125000) | 3.0240 us/op | 1.1471 us/op | 2.64 |
Tree 40 250000 toArray() | 57.869 ms/op | 23.776 ms/op | 2.43 |
Tree 40 250000 iterate all - toArray() + loop | 52.548 ms/op | 23.512 ms/op | 2.23 |
Tree 40 250000 iterate all - get(i) | 232.42 ms/op | 83.376 ms/op | 2.79 |
MutableVector 250000 create | 32.345 ms/op | 12.597 ms/op | 2.57 |
MutableVector 250000 get(125000) | 22.290 ns/op | 7.3890 ns/op | 3.02 |
MutableVector 250000 set(125000) | 1.1075 us/op | 374.13 ns/op | 2.96 |
MutableVector 250000 toArray() | 9.2148 ms/op | 4.4458 ms/op | 2.07 |
MutableVector 250000 iterate all - toArray() + loop | 10.349 ms/op | 5.1903 ms/op | 1.99 |
MutableVector 250000 iterate all - get(i) | 4.7366 ms/op | 1.7564 ms/op | 2.70 |
Array 250000 create | 8.5021 ms/op | 4.1640 ms/op | 2.04 |
Array 250000 clone - spread | 3.8609 ms/op | 1.3973 ms/op | 2.76 |
Array 250000 get(125000) | 2.0480 ns/op | 0.92000 ns/op | 2.23 |
Array 250000 set(125000) | 2.6680 ns/op | 1.1320 ns/op | 2.36 |
Array 250000 iterate all - loop | 314.88 us/op | 136.13 us/op | 2.31 |
effectiveBalanceIncrements clone Uint8Array 300000 | 93.528 us/op | 52.897 us/op | 1.77 |
effectiveBalanceIncrements clone MutableVector 300000 | 1.4980 us/op | 395.00 ns/op | 3.79 |
effectiveBalanceIncrements rw all Uint8Array 300000 | 536.12 us/op | 199.64 us/op | 2.69 |
effectiveBalanceIncrements rw all MutableVector 300000 | 349.62 ms/op | 140.89 ms/op | 2.48 |
phase0 afterProcessEpoch - 250000 vs - 7PWei | 416.87 ms/op | 135.56 ms/op | 3.08 |
phase0 beforeProcessEpoch - 250000 vs - 7PWei | 83.912 ms/op | 56.645 ms/op | 1.48 |
altair processEpoch - mainnet_e81889 | 963.06 ms/op | 383.49 ms/op | 2.51 |
mainnet_e81889 - altair beforeProcessEpoch | 110.72 ms/op | 57.612 ms/op | 1.92 |
mainnet_e81889 - altair processJustificationAndFinalization | 48.107 us/op | 23.089 us/op | 2.08 |
mainnet_e81889 - altair processInactivityUpdates | 18.380 ms/op | 6.5976 ms/op | 2.79 |
mainnet_e81889 - altair processRewardsAndPenalties | 143.85 ms/op | 76.264 ms/op | 1.89 |
mainnet_e81889 - altair processRegistryUpdates | 7.0070 us/op | 3.6270 us/op | 1.93 |
mainnet_e81889 - altair processSlashings | 1.0620 us/op | 717.00 ns/op | 1.48 |
mainnet_e81889 - altair processEth1DataReset | 780.00 ns/op | 1.5390 us/op | 0.51 |
mainnet_e81889 - altair processEffectiveBalanceUpdates | 3.9530 ms/op | 1.4057 ms/op | 2.81 |
mainnet_e81889 - altair processSlashingsReset | 14.776 us/op | 5.8360 us/op | 2.53 |
mainnet_e81889 - altair processRandaoMixesReset | 16.271 us/op | 7.8870 us/op | 2.06 |
mainnet_e81889 - altair processHistoricalRootsUpdate | 4.2240 us/op | 1.9990 us/op | 2.11 |
mainnet_e81889 - altair processParticipationFlagUpdates | 10.360 us/op | 4.9850 us/op | 2.08 |
mainnet_e81889 - altair processSyncCommitteeUpdates | 1.8050 us/op | 1.4870 us/op | 1.21 |
mainnet_e81889 - altair afterProcessEpoch | 359.90 ms/op | 156.47 ms/op | 2.30 |
phase0 processEpoch - mainnet_e58758 | 988.77 ms/op | 478.85 ms/op | 2.06 |
mainnet_e58758 - phase0 beforeProcessEpoch | 329.78 ms/op | 203.08 ms/op | 1.62 |
mainnet_e58758 - phase0 processJustificationAndFinalization | 48.523 us/op | 38.588 us/op | 1.26 |
mainnet_e58758 - phase0 processRewardsAndPenalties | 100.92 ms/op | 74.597 ms/op | 1.35 |
mainnet_e58758 - phase0 processRegistryUpdates | 18.777 us/op | 18.995 us/op | 0.99 |
mainnet_e58758 - phase0 processSlashings | 1.8330 us/op | 1.1190 us/op | 1.64 |
mainnet_e58758 - phase0 processEth1DataReset | 2.3130 us/op | 1.1240 us/op | 2.06 |
mainnet_e58758 - phase0 processEffectiveBalanceUpdates | 3.5620 ms/op | 1.2444 ms/op | 2.86 |
mainnet_e58758 - phase0 processSlashingsReset | 14.719 us/op | 8.3580 us/op | 1.76 |
mainnet_e58758 - phase0 processRandaoMixesReset | 21.610 us/op | 9.2440 us/op | 2.34 |
mainnet_e58758 - phase0 processHistoricalRootsUpdate | 3.9080 us/op | 1.8370 us/op | 2.13 |
mainnet_e58758 - phase0 processParticipationRecordUpdates | 25.659 us/op | 8.8200 us/op | 2.91 |
mainnet_e58758 - phase0 afterProcessEpoch | 396.49 ms/op | 122.93 ms/op | 3.23 |
phase0 processEffectiveBalanceUpdates - 250000 normalcase | 4.4953 ms/op | 1.7036 ms/op | 2.64 |
phase0 processEffectiveBalanceUpdates - 250000 worstcase 0.5 | 6.5871 ms/op | 2.7409 ms/op | 2.40 |
altair processInactivityUpdates - 250000 normalcase | 85.838 ms/op | 28.574 ms/op | 3.00 |
altair processInactivityUpdates - 250000 worstcase | 106.02 ms/op | 38.834 ms/op | 2.73 |
phase0 processRegistryUpdates - 250000 normalcase | 39.805 us/op | 16.973 us/op | 2.35 |
phase0 processRegistryUpdates - 250000 badcase_full_deposits | 1.1163 ms/op | 420.28 us/op | 2.66 |
phase0 processRegistryUpdates - 250000 worstcase 0.5 | 439.63 ms/op | 166.67 ms/op | 2.64 |
altair processRewardsAndPenalties - 250000 normalcase | 190.19 ms/op | 89.942 ms/op | 2.11 |
altair processRewardsAndPenalties - 250000 worstcase | 171.80 ms/op | 85.800 ms/op | 2.00 |
phase0 getAttestationDeltas - 250000 normalcase | 24.877 ms/op | 10.541 ms/op | 2.36 |
phase0 getAttestationDeltas - 250000 worstcase | 27.335 ms/op | 10.054 ms/op | 2.72 |
phase0 processSlashings - 250000 worstcase | 16.160 ms/op | 4.6830 ms/op | 3.45 |
altair processSyncCommitteeUpdates - 250000 | 703.41 ms/op | 216.74 ms/op | 3.25 |
BeaconState.hashTreeRoot - No change | 1.9370 us/op | 423.00 ns/op | 4.58 |
BeaconState.hashTreeRoot - 1 full validator | 189.20 us/op | 65.632 us/op | 2.88 |
BeaconState.hashTreeRoot - 32 full validator | 1.8215 ms/op | 602.36 us/op | 3.02 |
BeaconState.hashTreeRoot - 512 full validator | 18.742 ms/op | 7.3435 ms/op | 2.55 |
BeaconState.hashTreeRoot - 1 validator.effectiveBalance | 210.84 us/op | 76.593 us/op | 2.75 |
BeaconState.hashTreeRoot - 32 validator.effectiveBalance | 2.8677 ms/op | 1.1034 ms/op | 2.60 |
BeaconState.hashTreeRoot - 512 validator.effectiveBalance | 38.838 ms/op | 13.084 ms/op | 2.97 |
BeaconState.hashTreeRoot - 1 balances | 160.16 us/op | 60.685 us/op | 2.64 |
BeaconState.hashTreeRoot - 32 balances | 1.4039 ms/op | 522.99 us/op | 2.68 |
BeaconState.hashTreeRoot - 512 balances | 13.661 ms/op | 5.5006 ms/op | 2.48 |
BeaconState.hashTreeRoot - 250000 balances | 311.50 ms/op | 88.312 ms/op | 3.53 |
aggregationBits - 2048 els - zipIndexesInBitList | 89.861 us/op | 23.051 us/op | 3.90 |
regular array get 100000 times | 173.92 us/op | 45.866 us/op | 3.79 |
wrappedArray get 100000 times | 197.10 us/op | 48.544 us/op | 4.06 |
arrayWithProxy get 100000 times | 69.208 ms/op | 19.957 ms/op | 3.47 |
ssz.Root.equals | 2.7090 us/op | 634.00 ns/op | 4.27 |
byteArrayEquals | 2.6140 us/op | 647.00 ns/op | 4.04 |
shuffle list - 16384 els | 28.847 ms/op | 8.0841 ms/op | 3.57 |
shuffle list - 250000 els | 359.39 ms/op | 120.16 ms/op | 2.99 |
processSlot - 1 slots | 30.181 us/op | 10.892 us/op | 2.77 |
processSlot - 32 slots | 4.7197 ms/op | 1.5695 ms/op | 3.01 |
getEffectiveBalanceIncrementsZeroInactive - 250000 vs - 7PWei | 114.97 ms/op | 39.212 ms/op | 2.93 |
getCommitteeAssignments - req 1 vs - 250000 vc | 9.4654 ms/op | 3.4146 ms/op | 2.77 |
getCommitteeAssignments - req 100 vs - 250000 vc | 13.902 ms/op | 4.8364 ms/op | 2.87 |
getCommitteeAssignments - req 1000 vs - 250000 vc | 16.563 ms/op | 5.2854 ms/op | 3.13 |
RootCache.getBlockRootAtSlot - 250000 vs - 7PWei | 15.640 ns/op | 5.6200 ns/op | 2.78 |
state getBlockRootAtSlot - 250000 vs - 7PWei | 1.9296 us/op | 967.06 ns/op | 2.00 |
computeProposers - vc 250000 | 36.850 ms/op | 12.844 ms/op | 2.87 |
computeEpochShuffling - vc 250000 | 355.63 ms/op | 120.11 ms/op | 2.96 |
getNextSyncCommittee - vc 250000 | 603.60 ms/op | 202.63 ms/op | 2.98 |
computeSigningRoot for AttestationData | 47.542 us/op | 15.432 us/op | 3.08 |
hash AttestationData serialized data then Buffer.toString(base64) | 8.9602 us/op | 2.8782 us/op | 3.11 |
toHexString serialized data | 5.0430 us/op | 1.2306 us/op | 4.10 |
Buffer.toString(base64) | 1.3955 us/op | 357.50 ns/op | 3.90 |
by benchmarkbot/action
🎉 This PR is included in v1.9.0 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
always run benchmark workflow to compleition on stable unstable push