Changes
[iotcloud.git] / version2 / src / java / light_fan_embed_benchmark / LightsController.java
index f810cf58fee61f9ca4994f2e03795a5ca3201507..19c1f72ced2c66b424ea82544e34aac58f11a8a0 100644 (file)
@@ -104,8 +104,10 @@ class LightsController {
                 t1.commitTransaction();
 
 
-                t1.update();
-                Thread.sleep(1000);
+                
+
+                
+                
 
                 for (int i = 0; i < 3; i++) {
                     IoTString testValA1 = t1.getCommitted(keys.get(i));
@@ -116,7 +118,7 @@ class LightsController {
                     }
                 }
 
-                
+                Thread.sleep(1000);
 
             } catch (Error e) {