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

Iterate through batch generator in benchmarks #140

Merged
merged 4 commits into from
Jan 4, 2023
Merged

Conversation

maxrjones
Copy link
Member

Description of proposed changes

In this PR the benchmarks iterate through the batch generator for a more complete evaluation of performance now that batch generation is lazy. Further improvements could include separate metrics for creating the batch selectors versus indexing on batches, but this is a step forward.

Fixes #

@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2023

Codecov Report

Merging #140 (55b5c77) into main (f93af88) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #140   +/-   ##
=======================================
  Coverage   96.04%   96.04%           
=======================================
  Files           6        6           
  Lines         329      329           
  Branches       70       70           
=======================================
  Hits          316      316           
  Misses          8        8           
  Partials        5        5           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@maxrjones maxrjones merged commit 89746a7 into main Jan 4, 2023
@maxrjones maxrjones deleted the update-benchmarks branch January 4, 2023 16:52
@maxrjones maxrjones added the maintenance Maintenance tasks label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants