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
Copy link

codecov bot commented Sep 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.72%. Comparing base (3e77720) to head (97ecdc1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #122   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files          14       14           
  Lines        2418     2418           
  Branches     2418     2418           
=======================================
  Hits         2218     2218           
  Misses        150      150           
  Partials       50       50           

☔ 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.

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