From 2ad8a007a0aadf1b0a3781b3005cfdc75a8a846d Mon Sep 17 00:00:00 2001 From: TinyAtoms Date: Wed, 5 Feb 2020 14:43:51 -0300 Subject: [PATCH] for real agian --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 0972f2d..535277d 100644 --- a/main.cpp +++ b/main.cpp @@ -21,7 +21,7 @@ int main() { int_test_aggregate(intmap{}, 1); string_test_aggregate(stringmap{}, 1); time_point end_test = steady_clock::now(); - std::cout << "1 run all tests 1 map: " << duration_cast(end_test-start_test).count() << " minutes"; + std::cout << "1 run all tests 1 map: " << duration_cast(end_test-start_test).count() << " minutes"; // test takes 52 mins for 10 runs for one hashmap // so it'll take ~3 hours per map if we want 30 runs per test /* if the other maps have about the same operation times ************