Manno15 commented on a change in pull request #155:
URL: https://github.com/apache/accumulo-testing/pull/155#discussion_r712548881



##########
File path: 
src/main/java/org/apache/accumulo/testing/performance/tests/ConditionalMutationsPT.java
##########
@@ -101,7 +101,7 @@ private static void runConditionalMutationsTest(Environment 
env, String tableNam
     }
 
     reportBuilder.result("avgRate: 1-19",
-        Double.parseDouble(new DecimalFormat("#0.00").format(rateSum / 20)),
+        Double.parseDouble(new DecimalFormat("#0.00").format(rateSum / 19)),

Review comment:
       The first test run just seems to cover the default test case or to get a 
baseline. ConitionalMutation will always have an initial seq value of 1 because 
of it. The devisor should probably stay at 20 if we wish to keep the first test 
case but I haven't done any testing on it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to