#include #include #include #include #include "./src/includes/aggregate_tests.h" // typedef std::unordered_map map; // we can use ^ to switch the map implementations to that // we can add some cli handling so we can specify which maps to tests (or all) int main() { string_test(std::unordered_map{}, 10); int_test(std::unordered_map{}, 10); // test takes 52 mins for 10 runs for 1 dict }