Skip to content
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

chore: remove unconfigured panels in dashboards #6025

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

nflaig
Copy link
Member

@nflaig nflaig commented Oct 6, 2023

Motivation

Closes #5934

Description

Removed unconfigured panels in dashboards

@nflaig nflaig requested a review from a team as a code owner October 6, 2023 09:25
@@ -657,7 +679,7 @@
},
"timezone": "utc",
"title": "Lodestar - REST API",
"uid": "Lodestar_rest_api",
"uid": "lodestar_rest_api",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated uid to ensure it is picked up by download script

const UID_PREFIX_WHITELIST = "lodestar_";

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

Performance Report

✔️ no performance regression detected

Full benchmark results
Benchmark suite Current: 37f96ec Previous: 2493672 Ratio
getPubkeys - index2pubkey - req 1000 vs - 250000 vc 679.24 us/op 561.84 us/op 1.21
getPubkeys - validatorsArr - req 1000 vs - 250000 vc 79.222 us/op 104.05 us/op 0.76
BLS verify - blst-native 1.3459 ms/op 1.3659 ms/op 0.99
BLS verifyMultipleSignatures 3 - blst-native 2.7761 ms/op 2.8709 ms/op 0.97
BLS verifyMultipleSignatures 8 - blst-native 6.0765 ms/op 6.3088 ms/op 0.96
BLS verifyMultipleSignatures 32 - blst-native 22.316 ms/op 23.055 ms/op 0.97
BLS verifyMultipleSignatures 64 - blst-native 43.822 ms/op 45.188 ms/op 0.97
BLS verifyMultipleSignatures 128 - blst-native 87.414 ms/op 90.898 ms/op 0.96
BLS deserializing 10000 signatures 892.85 ms/op 939.88 ms/op 0.95
BLS deserializing 100000 signatures 9.0216 s/op 9.4330 s/op 0.96
BLS verifyMultipleSignatures - same message - 3 - blst-native 1.3328 ms/op 1.4055 ms/op 0.95
BLS verifyMultipleSignatures - same message - 8 - blst-native 1.4921 ms/op 1.5777 ms/op 0.95
BLS verifyMultipleSignatures - same message - 32 - blst-native 2.3177 ms/op 2.4308 ms/op 0.95
BLS verifyMultipleSignatures - same message - 64 - blst-native 3.6832 ms/op 3.6397 ms/op 1.01
BLS verifyMultipleSignatures - same message - 128 - blst-native 5.5885 ms/op 5.8655 ms/op 0.95
BLS aggregatePubkeys 32 - blst-native 25.531 us/op 26.918 us/op 0.95
BLS aggregatePubkeys 128 - blst-native 100.16 us/op 106.53 us/op 0.94
getAttestationsForBlock 34.614 ms/op 55.936 ms/op 0.62
isKnown best case - 1 super set check 287.00 ns/op 522.00 ns/op 0.55
isKnown normal case - 2 super set checks 283.00 ns/op 558.00 ns/op 0.51
isKnown worse case - 16 super set checks 270.00 ns/op 496.00 ns/op 0.54
CheckpointStateCache - add get delete 5.0660 us/op 6.8520 us/op 0.74
validate api signedAggregateAndProof - struct 2.7822 ms/op 3.0538 ms/op 0.91
validate gossip signedAggregateAndProof - struct 2.7917 ms/op 2.9779 ms/op 0.94
validate gossip attestation - vc 640000 1.3543 ms/op 1.5265 ms/op 0.89
batch validate gossip attestation - vc 640000 - chunk 32 161.45 us/op 188.20 us/op 0.86
batch validate gossip attestation - vc 640000 - chunk 64 142.85 us/op 168.05 us/op 0.85
batch validate gossip attestation - vc 640000 - chunk 128 136.79 us/op 145.80 us/op 0.94
batch validate gossip attestation - vc 640000 - chunk 256 132.85 us/op 137.16 us/op 0.97
pickEth1Vote - no votes 1.2176 ms/op 1.2139 ms/op 1.00
pickEth1Vote - max votes 9.1797 ms/op 11.265 ms/op 0.81
pickEth1Vote - Eth1Data hashTreeRoot value x2048 15.196 ms/op 18.220 ms/op 0.83
pickEth1Vote - Eth1Data hashTreeRoot tree x2048 18.744 ms/op 22.316 ms/op 0.84
pickEth1Vote - Eth1Data fastSerialize value x2048 597.75 us/op 642.24 us/op 0.93
pickEth1Vote - Eth1Data fastSerialize tree x2048 4.2694 ms/op 4.9935 ms/op 0.85
bytes32 toHexString 487.00 ns/op 591.00 ns/op 0.82
bytes32 Buffer.toString(hex) 285.00 ns/op 316.00 ns/op 0.90
bytes32 Buffer.toString(hex) from Uint8Array 416.00 ns/op 484.00 ns/op 0.86
bytes32 Buffer.toString(hex) + 0x 282.00 ns/op 332.00 ns/op 0.85
Object access 1 prop 0.15200 ns/op 0.19700 ns/op 0.77
Map access 1 prop 0.14700 ns/op 0.16700 ns/op 0.88
Object get x1000 7.3790 ns/op 8.1030 ns/op 0.91
Map get x1000 0.65200 ns/op 0.64200 ns/op 1.02
Object set x1000 50.054 ns/op 62.842 ns/op 0.80
Map set x1000 39.492 ns/op 45.648 ns/op 0.87
Return object 10000 times 0.24160 ns/op 0.26410 ns/op 0.91
Throw Error 10000 times 3.9482 us/op 4.0180 us/op 0.98
fastMsgIdFn sha256 / 200 bytes 3.3960 us/op 3.3540 us/op 1.01
fastMsgIdFn h32 xxhash / 200 bytes 272.00 ns/op 305.00 ns/op 0.89
fastMsgIdFn h64 xxhash / 200 bytes 345.00 ns/op 363.00 ns/op 0.95
fastMsgIdFn sha256 / 1000 bytes 11.665 us/op 11.834 us/op 0.99
fastMsgIdFn h32 xxhash / 1000 bytes 415.00 ns/op 433.00 ns/op 0.96
fastMsgIdFn h64 xxhash / 1000 bytes 429.00 ns/op 440.00 ns/op 0.97
fastMsgIdFn sha256 / 10000 bytes 108.15 us/op 107.48 us/op 1.01
fastMsgIdFn h32 xxhash / 10000 bytes 1.9690 us/op 1.9860 us/op 0.99
fastMsgIdFn h64 xxhash / 10000 bytes 1.3520 us/op 1.3570 us/op 1.00
send data - 1000 256B messages 19.120 ms/op 20.051 ms/op 0.95
send data - 1000 512B messages 25.975 ms/op 27.465 ms/op 0.95
send data - 1000 1024B messages 41.322 ms/op 42.388 ms/op 0.97
send data - 1000 1200B messages 22.736 ms/op 30.529 ms/op 0.74
send data - 1000 2048B messages 29.293 ms/op 34.126 ms/op 0.86
send data - 1000 4096B messages 35.496 ms/op 35.524 ms/op 1.00
send data - 1000 16384B messages 76.517 ms/op 81.339 ms/op 0.94
send data - 1000 65536B messages 287.78 ms/op 272.58 ms/op 1.06
enrSubnets - fastDeserialize 64 bits 1.2600 us/op 1.2980 us/op 0.97
enrSubnets - ssz BitVector 64 bits 424.00 ns/op 452.00 ns/op 0.94
enrSubnets - fastDeserialize 4 bits 172.00 ns/op 194.00 ns/op 0.89
enrSubnets - ssz BitVector 4 bits 423.00 ns/op 509.00 ns/op 0.83
prioritizePeers score -10:0 att 32-0.1 sync 2-0 109.55 us/op 110.54 us/op 0.99
prioritizePeers score 0:0 att 32-0.25 sync 2-0.25 128.66 us/op 130.90 us/op 0.98
prioritizePeers score 0:0 att 32-0.5 sync 2-0.5 169.69 us/op 187.39 us/op 0.91
prioritizePeers score 0:0 att 64-0.75 sync 4-0.75 305.43 us/op 302.66 us/op 1.01
prioritizePeers score 0:0 att 64-1 sync 4-1 352.31 us/op 390.15 us/op 0.90
array of 16000 items push then shift 1.6731 us/op 1.6769 us/op 1.00
LinkedList of 16000 items push then shift 9.3960 ns/op 9.1750 ns/op 1.02
array of 16000 items push then pop 88.583 ns/op 90.664 ns/op 0.98
LinkedList of 16000 items push then pop 9.0550 ns/op 8.9410 ns/op 1.01
array of 24000 items push then shift 2.5079 us/op 2.5612 us/op 0.98
LinkedList of 24000 items push then shift 9.2540 ns/op 9.3900 ns/op 0.99
array of 24000 items push then pop 121.48 ns/op 130.80 ns/op 0.93
LinkedList of 24000 items push then pop 9.0160 ns/op 9.4680 ns/op 0.95
intersect bitArray bitLen 8 7.2540 ns/op 7.0000 ns/op 1.04
intersect array and set length 8 58.836 ns/op 61.122 ns/op 0.96
intersect bitArray bitLen 128 34.011 ns/op 32.686 ns/op 1.04
intersect array and set length 128 858.70 ns/op 793.83 ns/op 1.08
bitArray.getTrueBitIndexes() bitLen 128 1.6140 us/op 1.6250 us/op 0.99
bitArray.getTrueBitIndexes() bitLen 248 2.5460 us/op 2.9110 us/op 0.87
bitArray.getTrueBitIndexes() bitLen 512 5.2260 us/op 6.0310 us/op 0.87
Buffer.concat 32 items 1.0130 us/op 1.0600 us/op 0.96
Uint8Array.set 32 items 1.7980 us/op 1.9960 us/op 0.90
Set add up to 64 items then delete first 4.8026 us/op 4.6587 us/op 1.03
OrderedSet add up to 64 items then delete first 5.9384 us/op 5.8729 us/op 1.01
Set add up to 64 items then delete last 4.8960 us/op 4.9385 us/op 0.99
OrderedSet add up to 64 items then delete last 6.4298 us/op 6.1672 us/op 1.04
Set add up to 64 items then delete middle 4.9850 us/op 4.7875 us/op 1.04
OrderedSet add up to 64 items then delete middle 7.8535 us/op 7.6225 us/op 1.03
Set add up to 128 items then delete first 10.001 us/op 9.7469 us/op 1.03
OrderedSet add up to 128 items then delete first 12.825 us/op 13.863 us/op 0.93
Set add up to 128 items then delete last 10.196 us/op 9.9532 us/op 1.02
OrderedSet add up to 128 items then delete last 13.888 us/op 12.883 us/op 1.08
Set add up to 128 items then delete middle 9.9677 us/op 9.8914 us/op 1.01
OrderedSet add up to 128 items then delete middle 19.355 us/op 18.523 us/op 1.04
Set add up to 256 items then delete first 19.790 us/op 20.968 us/op 0.94
OrderedSet add up to 256 items then delete first 25.173 us/op 28.209 us/op 0.89
Set add up to 256 items then delete last 19.742 us/op 19.913 us/op 0.99
OrderedSet add up to 256 items then delete last 27.023 us/op 26.021 us/op 1.04
Set add up to 256 items then delete middle 19.694 us/op 19.695 us/op 1.00
OrderedSet add up to 256 items then delete middle 50.900 us/op 50.373 us/op 1.01
transfer serialized Status (84 B) 1.9080 us/op 1.8530 us/op 1.03
copy serialized Status (84 B) 1.5540 us/op 1.5790 us/op 0.98
transfer serialized SignedVoluntaryExit (112 B) 1.9610 us/op 2.0330 us/op 0.96
copy serialized SignedVoluntaryExit (112 B) 1.6430 us/op 1.7300 us/op 0.95
transfer serialized ProposerSlashing (416 B) 2.2330 us/op 2.1750 us/op 1.03
copy serialized ProposerSlashing (416 B) 2.0490 us/op 2.1630 us/op 0.95
transfer serialized Attestation (485 B) 2.1360 us/op 2.3350 us/op 0.91
copy serialized Attestation (485 B) 2.2100 us/op 2.2520 us/op 0.98
transfer serialized AttesterSlashing (33232 B) 2.2860 us/op 2.3310 us/op 0.98
copy serialized AttesterSlashing (33232 B) 5.5830 us/op 6.3090 us/op 0.88
transfer serialized Small SignedBeaconBlock (128000 B) 2.6420 us/op 2.8020 us/op 0.94
copy serialized Small SignedBeaconBlock (128000 B) 14.466 us/op 16.408 us/op 0.88
transfer serialized Avg SignedBeaconBlock (200000 B) 3.0880 us/op 3.1130 us/op 0.99
copy serialized Avg SignedBeaconBlock (200000 B) 21.786 us/op 21.193 us/op 1.03
transfer serialized BlobsSidecar (524380 B) 3.6110 us/op 3.2540 us/op 1.11
copy serialized BlobsSidecar (524380 B) 94.193 us/op 85.215 us/op 1.11
transfer serialized Big SignedBeaconBlock (1000000 B) 3.4430 us/op 3.6170 us/op 0.95
copy serialized Big SignedBeaconBlock (1000000 B) 167.42 us/op 162.05 us/op 1.03
pass gossip attestations to forkchoice per slot 3.9698 ms/op 3.9932 ms/op 0.99
forkChoice updateHead vc 100000 bc 64 eq 0 692.05 us/op 678.53 us/op 1.02
forkChoice updateHead vc 600000 bc 64 eq 0 4.9777 ms/op 4.3647 ms/op 1.14
forkChoice updateHead vc 1000000 bc 64 eq 0 8.5311 ms/op 7.1886 ms/op 1.19
forkChoice updateHead vc 600000 bc 320 eq 0 4.5909 ms/op 4.2786 ms/op 1.07
forkChoice updateHead vc 600000 bc 1200 eq 0 4.5872 ms/op 4.4028 ms/op 1.04
forkChoice updateHead vc 600000 bc 7200 eq 0 5.4347 ms/op 5.1714 ms/op 1.05
forkChoice updateHead vc 600000 bc 64 eq 1000 12.145 ms/op 11.481 ms/op 1.06
forkChoice updateHead vc 600000 bc 64 eq 10000 12.722 ms/op 12.820 ms/op 0.99
forkChoice updateHead vc 600000 bc 64 eq 300000 16.403 ms/op 18.997 ms/op 0.86
computeDeltas 500000 validators 300 proto nodes 6.5598 ms/op 6.4568 ms/op 1.02
computeDeltas 500000 validators 1200 proto nodes 6.6179 ms/op 6.3809 ms/op 1.04
computeDeltas 500000 validators 7200 proto nodes 6.8108 ms/op 6.3452 ms/op 1.07
computeDeltas 750000 validators 300 proto nodes 10.055 ms/op 9.4538 ms/op 1.06
computeDeltas 750000 validators 1200 proto nodes 10.444 ms/op 9.3493 ms/op 1.12
computeDeltas 750000 validators 7200 proto nodes 10.691 ms/op 9.4076 ms/op 1.14
computeDeltas 1400000 validators 300 proto nodes 20.282 ms/op 17.915 ms/op 1.13
computeDeltas 1400000 validators 1200 proto nodes 18.542 ms/op 18.029 ms/op 1.03
computeDeltas 1400000 validators 7200 proto nodes 18.619 ms/op 17.872 ms/op 1.04
computeDeltas 2100000 validators 300 proto nodes 29.056 ms/op 26.859 ms/op 1.08
computeDeltas 2100000 validators 1200 proto nodes 30.029 ms/op 26.803 ms/op 1.12
computeDeltas 2100000 validators 7200 proto nodes 29.841 ms/op 26.892 ms/op 1.11
computeProposerBoostScoreFromBalances 500000 validators 3.9242 ms/op 3.3078 ms/op 1.19
computeProposerBoostScoreFromBalances 750000 validators 4.1051 ms/op 3.4012 ms/op 1.21
computeProposerBoostScoreFromBalances 1400000 validators 3.8983 ms/op 3.4677 ms/op 1.12
computeProposerBoostScoreFromBalances 2100000 validators 3.7930 ms/op 3.5908 ms/op 1.06
altair processAttestation - 250000 vs - 7PWei normalcase 3.9161 ms/op 2.9412 ms/op 1.33
altair processAttestation - 250000 vs - 7PWei worstcase 4.5325 ms/op 4.2721 ms/op 1.06
altair processAttestation - setStatus - 1/6 committees join 179.22 us/op 207.00 us/op 0.87
altair processAttestation - setStatus - 1/3 committees join 344.95 us/op 372.01 us/op 0.93
altair processAttestation - setStatus - 1/2 committees join 509.58 us/op 514.53 us/op 0.99
altair processAttestation - setStatus - 2/3 committees join 550.48 us/op 647.71 us/op 0.85
altair processAttestation - setStatus - 4/5 committees join 781.32 us/op 901.79 us/op 0.87
altair processAttestation - setStatus - 100% committees join 921.03 us/op 1.0234 ms/op 0.90
altair processBlock - 250000 vs - 7PWei normalcase 9.0466 ms/op 8.9361 ms/op 1.01
altair processBlock - 250000 vs - 7PWei normalcase hashState 31.587 ms/op 32.176 ms/op 0.98
altair processBlock - 250000 vs - 7PWei worstcase 39.150 ms/op 45.455 ms/op 0.86
altair processBlock - 250000 vs - 7PWei worstcase hashState 88.484 ms/op 128.38 ms/op 0.69
phase0 processBlock - 250000 vs - 7PWei normalcase 2.5903 ms/op 3.8926 ms/op 0.67
phase0 processBlock - 250000 vs - 7PWei worstcase 32.420 ms/op 40.286 ms/op 0.80
altair processEth1Data - 250000 vs - 7PWei normalcase 535.66 us/op 833.50 us/op 0.64
getExpectedWithdrawals 250000 eb:1,eth1:1,we:0,wn:0,smpl:15 17.345 us/op 17.992 us/op 0.96
getExpectedWithdrawals 250000 eb:0.95,eth1:0.1,we:0.05,wn:0,smpl:219 68.082 us/op 106.36 us/op 0.64
getExpectedWithdrawals 250000 eb:0.95,eth1:0.3,we:0.05,wn:0,smpl:42 32.781 us/op 29.232 us/op 1.12
getExpectedWithdrawals 250000 eb:0.95,eth1:0.7,we:0.05,wn:0,smpl:18 22.128 us/op 25.014 us/op 0.88
getExpectedWithdrawals 250000 eb:0.1,eth1:0.1,we:0,wn:0,smpl:1020 196.57 us/op 249.22 us/op 0.79
getExpectedWithdrawals 250000 eb:0.03,eth1:0.03,we:0,wn:0,smpl:11777 1.4302 ms/op 2.0781 ms/op 0.69
getExpectedWithdrawals 250000 eb:0.01,eth1:0.01,we:0,wn:0,smpl:16384 2.0665 ms/op 2.8272 ms/op 0.73
getExpectedWithdrawals 250000 eb:0,eth1:0,we:0,wn:0,smpl:16384 1.6951 ms/op 1.9307 ms/op 0.88
getExpectedWithdrawals 250000 eb:0,eth1:0,we:0,wn:0,nocache,smpl:16384 3.7311 ms/op 4.4047 ms/op 0.85
getExpectedWithdrawals 250000 eb:0,eth1:1,we:0,wn:0,smpl:16384 2.6465 ms/op 2.7201 ms/op 0.97
getExpectedWithdrawals 250000 eb:0,eth1:1,we:0,wn:0,nocache,smpl:16384 6.4290 ms/op 6.5005 ms/op 0.99
Tree 40 250000 create 533.32 ms/op 374.38 ms/op 1.42
Tree 40 250000 get(125000) 220.67 ns/op 216.85 ns/op 1.02
Tree 40 250000 set(125000) 1.5020 us/op 1.2019 us/op 1.25
Tree 40 250000 toArray() 24.629 ms/op 23.581 ms/op 1.04
Tree 40 250000 iterate all - toArray() + loop 24.707 ms/op 24.638 ms/op 1.00
Tree 40 250000 iterate all - get(i) 78.489 ms/op 83.356 ms/op 0.94
MutableVector 250000 create 12.920 ms/op 11.828 ms/op 1.09
MutableVector 250000 get(125000) 6.9800 ns/op 6.7200 ns/op 1.04
MutableVector 250000 set(125000) 380.96 ns/op 277.14 ns/op 1.37
MutableVector 250000 toArray() 4.4997 ms/op 4.3750 ms/op 1.03
MutableVector 250000 iterate all - toArray() + loop 4.6713 ms/op 4.1499 ms/op 1.13
MutableVector 250000 iterate all - get(i) 1.7661 ms/op 1.5568 ms/op 1.13
Array 250000 create 3.8922 ms/op 3.9858 ms/op 0.98
Array 250000 clone - spread 1.2216 ms/op 1.4238 ms/op 0.86
Array 250000 get(125000) 0.62800 ns/op 0.64200 ns/op 0.98
Array 250000 set(125000) 0.74700 ns/op 0.71100 ns/op 1.05
Array 250000 iterate all - loop 89.082 us/op 89.479 us/op 1.00
effectiveBalanceIncrements clone Uint8Array 300000 33.528 us/op 58.204 us/op 0.58
effectiveBalanceIncrements clone MutableVector 300000 346.00 ns/op 408.00 ns/op 0.85
effectiveBalanceIncrements rw all Uint8Array 300000 189.84 us/op 202.86 us/op 0.94
effectiveBalanceIncrements rw all MutableVector 300000 116.88 ms/op 140.93 ms/op 0.83
phase0 afterProcessEpoch - 250000 vs - 7PWei 122.86 ms/op 120.95 ms/op 1.02
phase0 beforeProcessEpoch - 250000 vs - 7PWei 43.585 ms/op 44.245 ms/op 0.99
altair processEpoch - mainnet_e81889 485.13 ms/op 451.35 ms/op 1.07
mainnet_e81889 - altair beforeProcessEpoch 62.113 ms/op 61.786 ms/op 1.01
mainnet_e81889 - altair processJustificationAndFinalization 19.371 us/op 19.581 us/op 0.99
mainnet_e81889 - altair processInactivityUpdates 7.8891 ms/op 9.8687 ms/op 0.80
mainnet_e81889 - altair processRewardsAndPenalties 68.417 ms/op 71.699 ms/op 0.95
mainnet_e81889 - altair processRegistryUpdates 4.2800 us/op 5.1070 us/op 0.84
mainnet_e81889 - altair processSlashings 1.0420 us/op 1.0140 us/op 1.03
mainnet_e81889 - altair processEth1DataReset 1.1300 us/op 1.4910 us/op 0.76
mainnet_e81889 - altair processEffectiveBalanceUpdates 1.5773 ms/op 2.2400 ms/op 0.70
mainnet_e81889 - altair processSlashingsReset 6.5680 us/op 7.6210 us/op 0.86
mainnet_e81889 - altair processRandaoMixesReset 6.8880 us/op 15.039 us/op 0.46
mainnet_e81889 - altair processHistoricalRootsUpdate 734.00 ns/op 1.7980 us/op 0.41
mainnet_e81889 - altair processParticipationFlagUpdates 2.5980 us/op 6.1210 us/op 0.42
mainnet_e81889 - altair processSyncCommitteeUpdates 626.00 ns/op 1.7610 us/op 0.36
mainnet_e81889 - altair afterProcessEpoch 130.26 ms/op 150.78 ms/op 0.86
capella processEpoch - mainnet_e217614 1.5584 s/op 2.0965 s/op 0.74
mainnet_e217614 - capella beforeProcessEpoch 250.73 ms/op 348.52 ms/op 0.72
mainnet_e217614 - capella processJustificationAndFinalization 17.603 us/op 29.466 us/op 0.60
mainnet_e217614 - capella processInactivityUpdates 21.223 ms/op 33.138 ms/op 0.64
mainnet_e217614 - capella processRewardsAndPenalties 272.99 ms/op 386.05 ms/op 0.71
mainnet_e217614 - capella processRegistryUpdates 22.201 us/op 40.757 us/op 0.54
mainnet_e217614 - capella processSlashings 694.00 ns/op 1.7240 us/op 0.40
mainnet_e217614 - capella processEth1DataReset 679.00 ns/op 1.2180 us/op 0.56
mainnet_e217614 - capella processEffectiveBalanceUpdates 4.2091 ms/op 6.6507 ms/op 0.63
mainnet_e217614 - capella processSlashingsReset 3.0200 us/op 7.6000 us/op 0.40
mainnet_e217614 - capella processRandaoMixesReset 6.7180 us/op 10.326 us/op 0.65
mainnet_e217614 - capella processHistoricalRootsUpdate 753.00 ns/op 1.5660 us/op 0.48
mainnet_e217614 - capella processParticipationFlagUpdates 2.2150 us/op 5.6960 us/op 0.39
mainnet_e217614 - capella afterProcessEpoch 303.60 ms/op 360.20 ms/op 0.84
phase0 processEpoch - mainnet_e58758 428.06 ms/op 731.94 ms/op 0.58
mainnet_e58758 - phase0 beforeProcessEpoch 106.38 ms/op 228.89 ms/op 0.46
mainnet_e58758 - phase0 processJustificationAndFinalization 17.377 us/op 32.373 us/op 0.54
mainnet_e58758 - phase0 processRewardsAndPenalties 50.790 ms/op 70.776 ms/op 0.72
mainnet_e58758 - phase0 processRegistryUpdates 11.534 us/op 24.299 us/op 0.47
mainnet_e58758 - phase0 processSlashings 554.00 ns/op 1.6260 us/op 0.34
mainnet_e58758 - phase0 processEth1DataReset 471.00 ns/op 1.2950 us/op 0.36
mainnet_e58758 - phase0 processEffectiveBalanceUpdates 1.0094 ms/op 2.2479 ms/op 0.45
mainnet_e58758 - phase0 processSlashingsReset 2.2330 us/op 5.3850 us/op 0.41
mainnet_e58758 - phase0 processRandaoMixesReset 3.9690 us/op 11.712 us/op 0.34
mainnet_e58758 - phase0 processHistoricalRootsUpdate 452.00 ns/op 1.4990 us/op 0.30
mainnet_e58758 - phase0 processParticipationRecordUpdates 4.7860 us/op 11.243 us/op 0.43
mainnet_e58758 - phase0 afterProcessEpoch 102.67 ms/op 128.59 ms/op 0.80
phase0 processEffectiveBalanceUpdates - 250000 normalcase 1.2905 ms/op 2.1396 ms/op 0.60
phase0 processEffectiveBalanceUpdates - 250000 worstcase 0.5 1.4750 ms/op 3.2106 ms/op 0.46
altair processInactivityUpdates - 250000 normalcase 20.155 ms/op 35.871 ms/op 0.56
altair processInactivityUpdates - 250000 worstcase 20.570 ms/op 42.549 ms/op 0.48
phase0 processRegistryUpdates - 250000 normalcase 9.1120 us/op 22.495 us/op 0.41
phase0 processRegistryUpdates - 250000 badcase_full_deposits 359.82 us/op 711.17 us/op 0.51
phase0 processRegistryUpdates - 250000 worstcase 0.5 125.87 ms/op 228.40 ms/op 0.55
altair processRewardsAndPenalties - 250000 normalcase 60.233 ms/op 70.175 ms/op 0.86
altair processRewardsAndPenalties - 250000 worstcase 64.533 ms/op 67.629 ms/op 0.95
phase0 getAttestationDeltas - 250000 normalcase 8.4656 ms/op 12.172 ms/op 0.70
phase0 getAttestationDeltas - 250000 worstcase 7.8500 ms/op 12.264 ms/op 0.64
phase0 processSlashings - 250000 worstcase 2.3879 ms/op 3.2139 ms/op 0.74
altair processSyncCommitteeUpdates - 250000 149.93 ms/op 177.96 ms/op 0.84
BeaconState.hashTreeRoot - No change 347.00 ns/op 506.00 ns/op 0.69
BeaconState.hashTreeRoot - 1 full validator 115.35 us/op 188.03 us/op 0.61
BeaconState.hashTreeRoot - 32 full validator 1.1916 ms/op 2.0670 ms/op 0.58
BeaconState.hashTreeRoot - 512 full validator 12.535 ms/op 21.380 ms/op 0.59
BeaconState.hashTreeRoot - 1 validator.effectiveBalance 140.89 us/op 205.04 us/op 0.69
BeaconState.hashTreeRoot - 32 validator.effectiveBalance 1.8515 ms/op 3.2807 ms/op 0.56
BeaconState.hashTreeRoot - 512 validator.effectiveBalance 23.451 ms/op 37.148 ms/op 0.63
BeaconState.hashTreeRoot - 1 balances 113.08 us/op 173.54 us/op 0.65
BeaconState.hashTreeRoot - 32 balances 1.0036 ms/op 1.9623 ms/op 0.51
BeaconState.hashTreeRoot - 512 balances 10.355 ms/op 17.408 ms/op 0.59
BeaconState.hashTreeRoot - 250000 balances 188.50 ms/op 278.82 ms/op 0.68
aggregationBits - 2048 els - zipIndexesInBitList 14.759 us/op 29.258 us/op 0.50
regular array get 100000 times 33.044 us/op 47.425 us/op 0.70
wrappedArray get 100000 times 33.177 us/op 58.215 us/op 0.57
arrayWithProxy get 100000 times 14.672 ms/op 17.520 ms/op 0.84
ssz.Root.equals 209.00 ns/op 294.00 ns/op 0.71
byteArrayEquals 206.00 ns/op 298.00 ns/op 0.69
shuffle list - 16384 els 6.9890 ms/op 8.1502 ms/op 0.86
shuffle list - 250000 els 103.50 ms/op 120.21 ms/op 0.86
processSlot - 1 slots 15.055 us/op 22.477 us/op 0.67
processSlot - 32 slots 2.7429 ms/op 5.1301 ms/op 0.53
getEffectiveBalanceIncrementsZeroInactive - 250000 vs - 7PWei 51.411 ms/op 64.209 ms/op 0.80
getCommitteeAssignments - req 1 vs - 250000 vc 2.5286 ms/op 2.8643 ms/op 0.88
getCommitteeAssignments - req 100 vs - 250000 vc 3.7559 ms/op 4.3253 ms/op 0.87
getCommitteeAssignments - req 1000 vs - 250000 vc 4.0317 ms/op 4.7844 ms/op 0.84
RootCache.getBlockRootAtSlot - 250000 vs - 7PWei 5.1400 ns/op 6.3400 ns/op 0.81
state getBlockRootAtSlot - 250000 vs - 7PWei 661.52 ns/op 998.45 ns/op 0.66
computeProposers - vc 250000 9.3730 ms/op 10.744 ms/op 0.87
computeEpochShuffling - vc 250000 106.48 ms/op 124.66 ms/op 0.85
getNextSyncCommittee - vc 250000 150.97 ms/op 178.88 ms/op 0.84
computeSigningRoot for AttestationData 22.699 us/op 32.937 us/op 0.69
hash AttestationData serialized data then Buffer.toString(base64) 2.4381 us/op 2.5201 us/op 0.97
toHexString serialized data 1.1039 us/op 2.3655 us/op 0.47
Buffer.toString(base64) 243.72 ns/op 302.26 ns/op 0.81

by benchmarkbot/action

@wemeetagain wemeetagain merged commit 3affade into unstable Oct 6, 2023
@wemeetagain wemeetagain deleted the nflaig/remove-unconfigured-panel branch October 6, 2023 19:53
@wemeetagain
Copy link
Member

🎉 This PR is included in v1.12.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unconfigured Grafana panel "Panel Title" in lodestar_summary.yml
2 participants