Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add aggregation csv #20

Merged
merged 2 commits into from
Mar 15, 2022
Merged

add aggregation csv #20

merged 2 commits into from
Mar 15, 2022

Conversation

FangJinhe
Copy link
Contributor

No description provided.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was signed with the committer’s verified signature.
chiragsalian Chirag Chandrakant Salian
if len(latencies) > 0 {
latencyLen := float64(len(latencies))
latencyAvg = average(latencies)
latencyP90 = latencies[int(latencyLen*0.90)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefer p95 from start, not interval

vus = intValue
}
case "checks":
requestCount += 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requestCount++

@HarrisChu
Copy link
Contributor

well done
maybe we could also refactor query output

@HarrisChu HarrisChu merged commit 6f70bc5 into vesoft-inc:master Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants