From b350fe653c2f0fe7a33fbe67d01378894a44b214 Mon Sep 17 00:00:00 2001 From: Javad Saberlatibari <76922325+javadsaberlatibari@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:48:35 -0700 Subject: [PATCH] Update gset-benchmark.cpp --- wellcoordination/benchmark/gset-benchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wellcoordination/benchmark/gset-benchmark.cpp b/wellcoordination/benchmark/gset-benchmark.cpp index 8e6243f..b2fd919 100644 --- a/wellcoordination/benchmark/gset-benchmark.cpp +++ b/wellcoordination/benchmark/gset-benchmark.cpp @@ -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);