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 p50 and p95 of memory/CPU usage to benchmark summary script. #332

Closed
wants to merge 3 commits into from

Conversation

aemous
Copy link
Contributor

@aemous aemous commented Jan 24, 2025

Description of changes:

  • Include p50 and p95 of memory and CPU usage in summary, over all samples.

Description of tests:

  • Manually ran the summarize script on benchmark results with JSON output format. Confirmed that the results appear numerically sound. One example output is shown below, which summarizes a benchmark of an execution of AWS CLI v2 sync upload.
{
  "total_time": 4.69900918006897,
  "std_dev_total_time": 0.0,
  "max_memory": 93241344.0,
  "std_dev_max_memory": 0.0,
  "p95_memory": 93241344.0,
  "std_dev_p95_memory": 0.0,
  "p50_memory": 93241344.0,
  "std_dev_p50_memory": 0.0,
  "average_memory": 88681056.26158038,
  "std_dev_average_memory": 0.0,
  "std_dev_max_cpu": 0.0,
  "max_cpu": 2.8,
  "p95_cpu": 2.2,
  "std_dev_p95_cpu": 0.0,
  "p50_cpu": 0.0,
  "std_dev_p50_cpu": 0.0,
  "average_cpu": 0.21771117166212528,
  "std_dev_average_cpu": 0.0
}

@aemous aemous closed this Jan 24, 2025
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.

1 participant