Skip to content

Commit 99a50ac

Browse files
Add files via upload
1 parent df432b8 commit 99a50ac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

wellcoordination/benchmark/rubis.hpp

+6-4
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,16 @@ class Rubis : public ReplicatedObject
6969
g1.push_back(static_cast<int>(MethodType::STORE_BUY_NOW));
7070
//g1.push_back(static_cast<int>(MethodType::REMOVE_MOVIE));
7171
synch_groups.push_back(g1);
72+
73+
7274
std::vector<int> g2;
73-
g2.push_back(static_cast<int>(MethodType::REGISTER_USER));
74-
//g2.push_back(static_cast<int>(MethodType::REMOVE_CUSTOMER));
75+
g3.push_back(static_cast<int>(MethodType::PLACE_BID));
76+
g3.push_back(static_cast<int>(MethodType::CLOSE_AUCTION));
7577
synch_groups.push_back(g2);
7678

7779
std::vector<int> g3;
78-
g3.push_back(static_cast<int>(MethodType::PLACE_BID));
79-
g3.push_back(static_cast<int>(MethodType::CLOSE_AUCTION));
80+
g2.push_back(static_cast<int>(MethodType::REGISTER_USER));
81+
//g2.push_back(static_cast<int>(MethodType::REMOVE_CUSTOMER));
8082
synch_groups.push_back(g3);
8183

8284
for (int i = 0; i < 100; i++) {

0 commit comments

Comments
 (0)