File tree 1 file changed +6
-4
lines changed
wellcoordination/benchmark
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,16 @@ class Rubis : public ReplicatedObject
69
69
g1.push_back (static_cast <int >(MethodType::STORE_BUY_NOW));
70
70
// g1.push_back(static_cast<int>(MethodType::REMOVE_MOVIE));
71
71
synch_groups.push_back (g1);
72
+
73
+
72
74
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 ));
75
77
synch_groups.push_back (g2);
76
78
77
79
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 ));
80
82
synch_groups.push_back (g3);
81
83
82
84
for (int i = 0 ; i < 100 ; i++) {
You can’t perform that action at this time.
0 commit comments