Commit 11387dbe authored by Spiros Koulouzis's avatar Spiros Koulouzis

added host domina etc

parent b54dfc65
...@@ -378,7 +378,7 @@ public class DeployService { ...@@ -378,7 +378,7 @@ public class DeployService {
} }
private Double getStddevExecTimePerThread(String string) { private Double getStddevExecTimePerThread(String string) {
return Double.valueOf(string.replaceAll("execution time \\(avg/stddev\\):", "").trim().split("/")[0]); return Double.valueOf(string.replaceAll("execution time \\(avg/stddev\\):", "").trim().split("/")[1]);
} }
private double getMinExecutionTimePerRequest(String string) { private double getMinExecutionTimePerRequest(String string) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment