-
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
install gnuplot for criterion-plot #599
Comments
Manually running |
Done, all CI instances now updated with gnuplot |
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this issue
Aug 29, 2021
…na-labs#599) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.78.4 to 0.80.0. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](solana-labs/solana-web3.js@v0.78.4...v0.80.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
godmodegalactus
pushed a commit
to godmodegalactus/solana
that referenced
this issue
Mar 22, 2024
godmodegalactus
pushed a commit
to godmodegalactus/solana
that referenced
this issue
Mar 28, 2024
alessandrod
pushed a commit
to alessandrod/solana
that referenced
this issue
Apr 11, 2024
* add `deprecated` feature to produce warnings on use of deprecated functions * replace `is_present` with `try_contains_id` * replace validator functions * replace `possible_values` with `value_parser` * replace `value_of` function * remove `deprecated` feature
godmodegalactus
pushed a commit
to blockworks-foundation/solana
that referenced
this issue
Apr 15, 2024
vovkman
pushed a commit
to helius-labs/solana
that referenced
this issue
May 11, 2024
Backport clone derivation (416) (solana-labs#418) backports solana-labs#430: update jito-programs (solana-labs#432) Backport solana-labs#446 to v1.17 (solana-labs#448) [JIT-1661] Faster Autosnapshot (solana-labs#445) v1.17: Backport solana-labs#449 (solana-labs#451) backports solana-labs#419: add upsert to accountoverrides (solana-labs#421) backport 428 runtime-plugin (solana-labs#458) [JIT-1713] Fix bundle's blockspace preallocation (Backport to 1.17) (solana-labs#499) Backport solana-labs#500 to v1.17 (solana-labs#507) Backport solana-labs#520: add priority fees to mev claim (solana-labs#525) Faster MEV tip claiming (v1.17) (solana-labs#568) Backport Release Fixes (solana-labs#586) Update release URLs for jito-solana (solana-labs#589) Backports solana-labs#595: correctly initialize account overrides (solana-labs#599) Fix: Ensure set contact info to UDP port instead of QUIC (solana-labs#601) Buffer bundles that exceed processing time and make the allowed processing time longer (solana-labs#609)
godmodegalactus
pushed a commit
to blockworks-foundation/solana
that referenced
this issue
May 30, 2024
Backport clone derivation (416) (solana-labs#418) backports solana-labs#430: update jito-programs (solana-labs#432) Backport solana-labs#446 to v1.17 (solana-labs#448) [JIT-1661] Faster Autosnapshot (solana-labs#445) v1.17: Backport solana-labs#449 (solana-labs#451) backports solana-labs#419: add upsert to accountoverrides (solana-labs#421) backport 428 runtime-plugin (solana-labs#458) [JIT-1713] Fix bundle's blockspace preallocation (Backport to 1.17) (solana-labs#499) Backport solana-labs#500 to v1.17 (solana-labs#507) Backport solana-labs#520: add priority fees to mev claim (solana-labs#525) Faster MEV tip claiming (v1.17) (solana-labs#568) Backport Release Fixes (solana-labs#586) Update release URLs for jito-solana (solana-labs#589) Backports solana-labs#595: correctly initialize account overrides (solana-labs#599) Fix: Ensure set contact info to UDP port instead of QUIC (solana-labs#601) Buffer bundles that exceed processing time and make the allowed processing time longer (solana-labs#609)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
criterion-plot has a dependency on gnuplot for generation of its (very pretty) reports
CI and dev machines need to therefore have installed gnuplot before running "cargo bench" in our tree.
Without gnuplot installed, you get:
this is a known issue with criterion_plot, "documented" as a FIXME
The text was updated successfully, but these errors were encountered: