Skip to content

aws-c runner pre-run cleanup#111

Merged
sbSteveK merged 3 commits into
mainfrom
c-runner-cleanup
May 6, 2026
Merged

aws-c runner pre-run cleanup#111
sbSteveK merged 3 commits into
mainfrom
c-runner-cleanup

Conversation

@sbSteveK
Copy link
Copy Markdown
Contributor

@sbSteveK sbSteveK commented May 5, 2026

Noticed crt-java runner was outperforming crt-c runner dramatically. It seems to do with java clearing out previous run files before starting the next run while c did not.

Added clean up before starting a benchmark run via prepare_run().

pre-cleanup the crt-c-download-256KiB-10_000x was downloading a mean of 1.22Gb/s and 17.3 seconds. After the cleanup we are seeing 24.9Gb/s and 0.95 seconds.

Updated Python to 3.10 in CI jobs because Boto3 develop branch has raised its minimum version of Python support

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Copy Markdown

@azkrishpy azkrishpy left a comment

Choose a reason for hiding this comment

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

Would like to see the benchmark results before vs after this change on the description.

@sbSteveK sbSteveK merged commit 1ab3fe0 into main May 6, 2026
8 checks passed
@sbSteveK sbSteveK deleted the c-runner-cleanup branch May 6, 2026 15:36
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.

2 participants