File tree 1 file changed +6
-8
lines changed
wellcoordination/benchmark
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -67,20 +67,18 @@ class Rubis : public ReplicatedObject
67
67
// conflicts
68
68
std::vector<int > g1;
69
69
g1.push_back (static_cast <int >(MethodType::STORE_BUY_NOW));
70
- // g1.push_back(static_cast<int>(MethodType::REMOVE_MOVIE ));
70
+ g1.push_back (static_cast <int >(MethodType::REGISTER_USER ));
71
71
synch_groups.push_back (g1);
72
72
73
+ // std::vector<int> g2;
74
+ // g2.push_back(static_cast<int>(MethodType::REGISTER_USER));
75
+ // synch_groups.push_back(g2);
73
76
74
77
std::vector<int > g2;
75
- g3 .push_back (static_cast <int >(MethodType::PLACE_BID));
76
- g3 .push_back (static_cast <int >(MethodType::CLOSE_AUCTION));
78
+ g2 .push_back (static_cast <int >(MethodType::PLACE_BID));
79
+ g2 .push_back (static_cast <int >(MethodType::CLOSE_AUCTION));
77
80
synch_groups.push_back (g2);
78
81
79
- std::vector<int > g3;
80
- g2.push_back (static_cast <int >(MethodType::REGISTER_USER));
81
- // g2.push_back(static_cast<int>(MethodType::REMOVE_CUSTOMER));
82
- synch_groups.push_back (g3);
83
-
84
82
for (int i = 0 ; i < 100 ; i++) {
85
83
directbuysell[i] = 1000 ;
86
84
openauctions.insert (i);
You can’t perform that action at this time.
0 commit comments