#1 - Code formatting.

This commit is contained in:
Per Malmberg
2019-03-15 10:18:06 +01:00
parent 2a3b8914e5
commit 18dc065f00
4 changed files with 219 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ void test(const char* const random_schedule)
libcron::CronRandomization cr;
std::unordered_map<int, std::unordered_map<int, int>> results{};
for (int i = 0; i < 10000; ++i)
for (int i = 0; i < 50000; ++i)
{
auto res = cr.parse(random_schedule);
REQUIRE(std::get<0>(res));