sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2055881484
########## 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: ```suggestion isGetRequest, _ := regexp.MatchString("^(get|list|query|find|ready|isAccount|cloudianIs)(\\w+)+$", command) ``` for _readyForShutdown_, _isAccountAllowedToCreateOfferingsWithTags_ and _cloudianIsEnabled_ calls -- 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