Skip to content

Commit

Permalink
Update gset-benchmark.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
javadsaberlatibari authored Sep 22, 2024
1 parent 6571465 commit b350fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellcoordination/benchmark/gset-benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int main(int argc, char* argv[]) {
count < expected_nonconflicting_write_calls_per_node; count++) {
std::string callStr;
// registerStudent
std::string s_id = std::to_string(std::rand() % 1000000);
std::string s_id = std::to_string(std::rand() % 100000);
callStr = "0 " + s_id;

MethodCall call = ReplicatedObject::createCall("id", callStr);
Expand Down

0 comments on commit b350fe6

Please sign in to comment.