mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
⚡ changed PruneUsers benchmark from Op_a to Op
This commit is contained in:
parent
a05ad5fc3d
commit
e780a1546c
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ int main(int argc, char **argv)
|
||||||
Op(Bank::GetLogs("twix"), "get logs init: ", 1);
|
Op(Bank::GetLogs("twix"), "get logs init: ", 1);
|
||||||
Op(Bank::GetLogs("twix"), "get logs cached: ", 1000000);
|
Op(Bank::GetLogs("twix"), "get logs cached: ", 1000000);
|
||||||
#endif
|
#endif
|
||||||
Op_a(Bank::PruneUsers(0, 0), "prune users: ", 1, Bank::AddUser("abc", 0, "abc"));
|
Op(Bank::PruneUsers(0, 0), "prune users: ", 1);
|
||||||
Op(Bank::Save(), "saving: ", 1);
|
Op(Bank::Save(), "saving: ", 1);
|
||||||
|
|
||||||
//GetBal scalining test
|
//GetBal scalining test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue