solana
solana copied to clipboard
bench-tps: Use SPL instruction padding once it is available
Problem
#27813 introduces instruction padding parameters to bench-tps, but it inlines the instruction creator and program id.
Proposed Solution
Once https://github.com/solana-labs/solana-program-library/pull/3608 lands and the crate is available, switch over bench-tps to use the library.