We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b350fe6 commit b633a4bCopy full SHA for b633a4b
wellcoordination/benchmark/twopset-benchmark.cpp
@@ -77,7 +77,7 @@ int main(int argc, char* argv[]) {
77
count < expected_nonconflicting_write_calls_per_node; count++) {
78
std::string callStr;
79
// registerStudent
80
- std::string s_id = std::to_string(std::rand() % 1000000);
+ std::string s_id = std::to_string(std::rand() % 100000);
81
if(std::rand() %2==0)
82
callStr = "0 " + s_id;
83
else
0 commit comments