dev to master
Compare changes
@@ -7,8 +7,11 @@ import org.apache.http.entity.ContentType;
@@ -7,8 +7,11 @@ import org.apache.http.entity.ContentType;
@@ -38,24 +41,17 @@ public class Benchmark {
@@ -38,24 +41,17 @@ public class Benchmark {
@@ -64,7 +60,6 @@ public class Benchmark {
@@ -64,7 +60,6 @@ public class Benchmark {
@@ -72,41 +67,45 @@ public class Benchmark {
@@ -72,41 +67,45 @@ public class Benchmark {
logger.info("get the iris1_item preference from web server: response 200 ok, value is: "+EntityUtils.toString(response1.getEntity()));
@@ -119,7 +118,7 @@ public class Benchmark {
@@ -119,7 +118,7 @@ public class Benchmark {
logger.info("put activity input name: "+name[i]+", value: "+value+"to web server: response 200 ok");
@@ -134,13 +133,71 @@ public class Benchmark {
@@ -134,13 +133,71 @@ public class Benchmark {
if (put_response.contains("200")){logger.info("put w_brightness to web server: response 200 ok");}else{
\ No newline at end of file