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

bench aead: Do Cartesian product, not zip. #1810

Merged
merged 1 commit into from
Nov 21, 2023
Merged

bench aead: Do Cartesian product, not zip. #1810

merged 1 commit into from
Nov 21, 2023

Conversation

briansmith
Copy link
Owner

The zip() was written intending it to work like a Cartesian product, but of course zip() doesn't do that. Do an actual Cartesian product.

The `zip()` was written intending it to work like a Cartesian product,
but of course `zip()` doesn't do that. Do an actual Cartesian product.
@briansmith briansmith self-assigned this Nov 21, 2023
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (25112e9) 96.00% compared to head (6cda863) 96.00%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1810      +/-   ##
==========================================
- Coverage   96.00%   96.00%   -0.01%     
==========================================
  Files         137      137              
  Lines       20741    20741              
  Branches      226      226              
==========================================
- Hits        19913    19912       -1     
  Misses        795      795              
- Partials       33       34       +1     

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

@briansmith briansmith merged commit a5dbb01 into main Nov 21, 2023
137 of 138 checks passed
@briansmith briansmith deleted the b/aead branch November 21, 2023 21:25
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