solana icon indicating copy to clipboard operation
solana copied to clipboard

bench-tps: Use SPL instruction padding once it is available

Open joncinque opened this issue 2 years ago • 0 comments

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.

joncinque avatar Sep 19 '22 20:09 joncinque