We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bf30b commit 46fa975Copy full SHA for 46fa975
1 file changed
main.cpp
@@ -3,7 +3,7 @@
3
#include <chrono>
4
#include <iostream>
5
#include <vector>
6
-constexpr size_t SIZE = 1000000000; // 10 million elements
+constexpr size_t SIZE = 1000000000; // 1 billion elements
7
// Benchmarks the performance of std::vector<bool> for setting, accessing, and traversing elements.
8
void benchmarkStdVectorBool(){
9
0 commit comments