-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
CI for multinode test #364
Milestone
Comments
@sakridge, can you share that script somewhere please |
@mvines it's checked in scripts/perf-plot.py |
3 tasks
Bumping to 0.8.0 as this does not block 0.7.0 |
Fixed with dynamic test |
KirillLykov
pushed a commit
to KirillLykov/solana
that referenced
this issue
Mar 22, 2024
…a-labs#364) * add set compute units arg for program deploy * update master changes * remove duplicates * fixes and tests * remove extra lines * feedback * Use simulation to determine compute units consumed * feedback --------- Co-authored-by: NagaprasadVr <nagaprasadvr246@gmail.com>
willhickey
pushed a commit
to willhickey/solana
that referenced
this issue
Mar 23, 2024
… (backport of solana-labs#364) (solana-labs#392) Add `--with-compute-unit-price` to cli program deploy commands (solana-labs#364) * add set compute units arg for program deploy * update master changes * remove duplicates * fixes and tests * remove extra lines * feedback * Use simulation to determine compute units consumed * feedback --------- Co-authored-by: NagaprasadVr <nagaprasadvr246@gmail.com> (cherry picked from commit 2ee606d) Co-authored-by: Justin Starry <justin@anza.xyz>
willhickey
pushed a commit
that referenced
this issue
Mar 23, 2024
… (backport of #364) (#392) Add `--with-compute-unit-price` to cli program deploy commands (#364) * add set compute units arg for program deploy * update master changes * remove duplicates * fixes and tests * remove extra lines * feedback * Use simulation to determine compute units consumed * feedback --------- Co-authored-by: NagaprasadVr <nagaprasadvr246@gmail.com> (cherry picked from commit 2ee606d) Co-authored-by: Justin Starry <justin@anza.xyz>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are a bit in the blind with the status of multinode performance. We need a test that runs on google cloud or aws with a big pile of nodes. we should have a quota of 20 on google cloud, and it seems easy to increase there. We can base something on these terrible scripts #329
The text was updated successfully, but these errors were encountered: