move timer end outside if (#15087) (#15114)

(cherry picked from commit f0d58f5549)

Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-02-04 20:12:56 -08:00
committed by GitHub
parent 9f267fc5e7
commit 3838fb62d4

View File

@@ -967,12 +967,12 @@ pub fn process_accounts_package_pre(accounts_package: AccountsPackagePre) -> Acc
&accounts_package.storages,
accounts_package.simple_capitalization_testing,
);
time.stop();
assert_eq!(accounts_package.expected_capitalization, lamports);
assert_eq!(expected_hash, hash);
};
time.stop();
datapoint_info!(
"accounts_hash_verifier",