Skip to content

Conversation

@simonmarty
Copy link
Contributor

@simonmarty simonmarty commented Sep 22, 2025

Issue #, if available:

Description of changes: Add two basic benchmarks

  • One that performs cache hit retrievals
  • One that intentionally yields cache misses on every retrieval

Using criterion (used by the AWS SDK for Rust).

This hopefully will serve to catch performance regressions in future code changes and open the door to profiling.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@simonmarty simonmarty requested a review from a team as a code owner September 22, 2025 23:51
@codecov
Copy link

codecov bot commented Sep 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.88%. Comparing base (8554c56) to head (2fd6f3f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #122   +/-   ##
=======================================
  Coverage   91.88%   91.88%           
=======================================
  Files          14       14           
  Lines        2404     2404           
  Branches     2404     2404           
=======================================
  Hits         2209     2209           
  Misses        147      147           
  Partials       48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

reyhankoyun
reyhankoyun previously approved these changes Oct 2, 2025
@reyhankoyun reyhankoyun added the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Nov 25, 2025
@github-actions github-actions bot removed the safe-to-test Maintainer approval to run integration tests for external contributor PRs. label Nov 25, 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.

2 participants