Add ComputeBudget tuner (#12476)

This commit is contained in:
Jack May
2020-09-25 09:01:22 -07:00
committed by GitHub
parent b8c4b88188
commit d326512121
6 changed files with 115 additions and 5 deletions

View File

@ -134,6 +134,8 @@ fn test_program_bpf_sanity() {
("noop++", true),
("panic", false),
("relative_call", true),
("sanity", true),
("sanity++", true),
("struct_pass", true),
("struct_ret", true),
]);
@ -150,6 +152,7 @@ fn test_program_bpf_sanity() {
("solana_bpf_rust_noop", true),
("solana_bpf_rust_panic", false),
("solana_bpf_rust_param_passing", true),
("solana_bpf_rust_sanity", true),
("solana_bpf_rust_sysval", true),
]);
}