sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2056132609
########## apirunner/apirunner.go: ########## @@ -124,11 +125,12 @@ func executeAPIandCalculate(profileName string, apiURL string, command string, p var avgTime float64 var totalTime float64 var count float64 + isGetRequest, _ := regexp.MatchString("^(get|list|query|find)(\\w+)+$", command) Review Comment: also, this quota calls - _quotaIsEnabled, quotaTariffList, quotaSummary, quotaBalance, quotaStatement_ can be added to GET list. -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org