From fd2efb3ddfeb28354dc8cfcc4f2c78edba4eecca Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 5 Jul 2021 16:02:32 -0700 Subject: [PATCH] :zap: updated AddUser() call in GetBal() test --- benchmarking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarking.cpp b/benchmarking.cpp index adeafda..05c7653 100644 --- a/benchmarking.cpp +++ b/benchmarking.cpp @@ -93,7 +93,7 @@ int main(int argc, char **argv) // for (size_t i = 0; i < 10000000; ++i) // { - // bank.AddUser(std::to_string(i), "root"); + // bank.AddUser(std::to_string(i), 0, "root"); // if (i % 10000 == 0) // { // auto u = std::to_string(distribution(generator) * i);