1 use super::*; 2 use canbench_rs::bench; 3 4 #[bench] 5 fn test_get_account_data() { 6 let _ = get_account_page_data(); 7 }