Skip to content

Commit 46fa975

Browse files
committed
Fix comment for SIZE definition
1 parent 30bf30b commit 46fa975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <chrono>
44
#include <iostream>
55
#include <vector>
6-
constexpr size_t SIZE = 1000000000; // 10 million elements
6+
constexpr size_t SIZE = 1000000000; // 1 billion elements
77
// Benchmarks the performance of std::vector<bool> for setting, accessing, and traversing elements.
88
void benchmarkStdVectorBool(){
99

0 commit comments

Comments
 (0)