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 more benchmarks #389

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Add more benchmarks #389

merged 1 commit into from
Apr 11, 2024

Conversation

soininen
Copy link
Collaborator

This PR adds a benchmark that was salvaged from a failed attempt to use numba JIT compiler to speed up MappedItem.__getitem__(). Some profiling experiments identified MappedItem.__getitem__() as a hot spot when using DatabaseMapping, so it could have been nice if it was possible to improve its performance.

No associated issue.

Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.25%. Comparing base (3c2b4b4) to head (9263b66).

Additional details and impacted files
@@           Coverage Diff            @@
##           0.8-dev     #389   +/-   ##
========================================
  Coverage    78.25%   78.25%           
========================================
  Files           75       75           
  Lines         9511     9511           
  Branches      2014     2014           
========================================
  Hits          7443     7443           
  Misses        1735     1735           
  Partials       333      333           

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

@soininen soininen merged commit 2cf8dcb into 0.8-dev Apr 11, 2024
16 checks passed
@soininen soininen deleted the benchmark__getitem__ branch April 11, 2024 09:34
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