Skip to content

Commit b633a4b

Browse files
Update twopset-benchmark.cpp
1 parent b350fe6 commit b633a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wellcoordination/benchmark/twopset-benchmark.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ int main(int argc, char* argv[]) {
7777
count < expected_nonconflicting_write_calls_per_node; count++) {
7878
std::string callStr;
7979
// registerStudent
80-
std::string s_id = std::to_string(std::rand() % 1000000);
80+
std::string s_id = std::to_string(std::rand() % 100000);
8181
if(std::rand() %2==0)
8282
callStr = "0 " + s_id;
8383
else

0 commit comments

Comments
 (0)