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

NDEV-2475 collect metrics for requests to Solana #51

Merged
merged 9 commits into from
Jul 4, 2024

Conversation

andrei-neon
Copy link
Contributor

No description provided.

@andrei-neon andrei-neon force-pushed the ndev_2475_collect_metrics_for_requests branch 2 times, most recently from e4af442 to 028818b Compare June 20, 2024 07:40
@andrei-neon andrei-neon force-pushed the ndev_2475_collect_metrics_for_requests branch 16 times, most recently from 3c22dc1 to de900ed Compare June 30, 2024 18:43
Copy link

github-actions bot commented Jul 1, 2024

count min_time max_time average_time median_time
getHealth 3 0 0.001 0.000333333 0
getVersion 535 0 0.029 0.00118318 0
getAccountInfo 44013 0 0.16 0.00177984 0.001
getBalance 1509 0 0.08 0.0015666 0.001
getLatestBlockhash 3757 0 0.115 0.00292121 0.001
requestAirdrop 32 0 0.002 0.00084375 0.001
getSignatureStatuses 1028 0 0.101 0.00131615 0.001
isBlockhashValid 496 0 0.024 0.000719758 0
getTokenAccountBalance 3 0 0.001 0.000333333 0
sendTransaction 15497 0 0.124 0.00472117 0.002
getFirstAvailableBlock 2 0.001 0.001 0.001 0.001
getSlot 26381 0 0.13 0.00152303 0.001
getBlocks 7697 0 0.041 0.000725607 0
getBlock 3904 0 0.033 0.00126972 0.001
getMinimumBalanceForRentExemption 1 0 0 0 0
simulateTransaction 41 0 0.001 0.000512195 0.001
getTransaction 17186 0 0.202 0.00580071 0.001
getBlockTime 4964 0 0.608 0.000941579 0
getMultipleAccounts 7255 0 0.076 0.00290062 0.001
getSignaturesForAddress 7 0 0.002 0.000857143 0.001
getClusterNodes 1 0.001 0.001 0.001 0.001

@andrei-neon andrei-neon force-pushed the ndev_2475_collect_metrics_for_requests branch from 35a65df to aa52e92 Compare July 2, 2024 07:27
@neonlabsorg neonlabsorg deleted a comment from github-actions bot Jul 2, 2024
@neonlabsorg neonlabsorg deleted a comment from github-actions bot Jul 2, 2024
@neonlabsorg neonlabsorg deleted a comment from github-actions bot Jul 2, 2024
@andrei-neon andrei-neon marked this pull request as ready for review July 2, 2024 07:35
Copy link

github-actions bot commented Jul 2, 2024

count min_time max_time average_time median_time
getHealth 3 0 0.009 0.003 0
getVersion 534 0 0.03 0.00181461 0.001
getAccountInfo 44164 0 0.137 0.0023621 0.001
getBalance 1528 0 0.131 0.00219045 0.001
getLatestBlockhash 3795 0 0.138 0.00274809 0.001
requestAirdrop 32 0 0.004 0.0010625 0.001
getSignatureStatuses 1022 0 0.128 0.00223581 0.001
isBlockhashValid 493 0 0.043 0.00115619 0
getTokenAccountBalance 4 0 0.001 0.00075 0.001
sendTransaction 17167 0 0.146 0.00520965 0.003
getFirstAvailableBlock 2 0.001 0.001 0.001 0.001
getSlot 25212 0 0.142 0.00180993 0.001
getBlocks 7289 0 0.055 0.000912196 0.001
getBlock 3702 0 0.042 0.001557 0.001
getMinimumBalanceForRentExemption 1 0 0 0 0
simulateTransaction 23 0 0.001 0.000565217 0.001
getTransaction 18826 0 0.168 0.00573956 0.001
getBlockTime 4890 0 0.054 0.00114131 0
getMultipleAccounts 7086 0 0.144 0.00342817 0.001
getSignaturesForAddress 7 0 0.036 0.00742857 0.001
getClusterNodes 1 0.001 0.001 0.001 0.001

@andrei-neon andrei-neon force-pushed the ndev_2475_collect_metrics_for_requests branch from 5dc323b to a1b069d Compare July 2, 2024 13:38
@andrei-neon andrei-neon force-pushed the ndev_2475_collect_metrics_for_requests branch from 5335683 to 5456cc6 Compare July 2, 2024 21:16
@neonlabsorg neonlabsorg deleted a comment from github-actions bot Jul 3, 2024
if: |
always() &&
contains(fromJSON('["success", "cancelled", "failure", "skipped", "completed"]'), needs.openzeppelin-tests.result) &&
contains(fromJSON('["success", "cancelled", "failure", "skipped", "completed"]'), needs.basic-tests.result) &&
Copy link
Contributor

Choose a reason for hiding this comment

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

basic tests can't be skipped

I think always() is aanough here if you all statuses are good for the job

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense. I have removed check for the basic tests 👍

@neonlabstech
Copy link

Solana Requests Statistics
count min_time max_time average_time median_time
getSlot 75073 0 0.123 0.000752841 0
getAccountInfo 54207 0 0.147 0.00143911 0
getBlocks 29544 0 0.081 0.000470248 0
getTransaction 22543 0 0.156 0.00401393 0.001
sendTransaction 20484 0 0.089 0.00375932 0.002
getBlock 14828 0 0.036 0.000893175 0.001
getMultipleAccounts 9364 0 0.148 0.00225075 0.001
getBlockTime 5903 0 0.113 0.000651703 0
getLatestBlockhash 4448 0 0.091 0.00240355 0.001
getBalance 1751 0 0.037 0.00151913 0
getSignatureStatuses 1012 0 0.073 0.00110178 0
getVersion 527 0 0.03 0.00106452 0
isBlockhashValid 488 0 0.014 0.000405738 0
getSignaturesForAddress 149 0 0.007 0.00209396 0.002
simulateTransaction 41 0 0.001 0.000585366 0.001
requestAirdrop 32 0 0.001 0.000625 0.001
getHealth 3 0 0.001 0.000333333 0
getTokenAccountBalance 3 0 0.001 0.000333333 0
getFirstAvailableBlock 2 0.001 0.001 0.001 0.001
getMinimumBalanceForRentExemption 1 0.001 0.001 0.001 0.001
getClusterNodes 1 0.001 0.001 0.001 0.001

@andrei-neon andrei-neon merged commit 45df904 into develop Jul 4, 2024
40 checks passed
@afalaleev afalaleev deleted the ndev_2475_collect_metrics_for_requests branch November 26, 2024 22:48
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.

3 participants