sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2065907383
########## 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: @kevin-lii can you check and address this ^^^ -- 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