diff --git a/main.cpp b/main.cpp index e50f170..6ace39c 100644 --- a/main.cpp +++ b/main.cpp @@ -3,7 +3,7 @@ #include #include #include -constexpr size_t SIZE = 1000000000; // 10 million elements +constexpr size_t SIZE = 1000000000; // 1 billion elements // Benchmarks the performance of std::vector for setting, accessing, and traversing elements. void benchmarkStdVectorBool(){