featurize_policy_update (backport #18492) (#18501)

* featurize_policy_update (#18492)

(cherry picked from commit ccdf93e2b8)

# Conflicts:
#	runtime/benches/message_processor.rs
#	runtime/src/message_processor.rs

* fix conflicts

* nudge

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-07-08 22:21:37 +00:00
committed by GitHub
parent 9891cc6a17
commit 88c5d6b10c
3 changed files with 32 additions and 4 deletions

View File

@@ -24,7 +24,8 @@ fn bench_verify_account_changes_data(bencher: &mut Bencher) {
false,
&Rent::default(),
&post,
&mut ExecuteDetailsTimings::default()
&mut ExecuteDetailsTimings::default(),
true
),
Ok(())
);
@@ -37,6 +38,7 @@ fn bench_verify_account_changes_data(bencher: &mut Bencher) {
&Rent::default(),
&post,
&mut ExecuteDetailsTimings::default(),
true,
)
.unwrap();
});
@@ -60,6 +62,7 @@ fn bench_verify_account_changes_data(bencher: &mut Bencher) {
&Rent::default(),
&post,
&mut ExecuteDetailsTimings::default(),
true,
)
.unwrap();
});