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

Use a python slice to represent a range to be fizzbuzzed #46

Merged
merged 37 commits into from
Jun 3, 2024

Conversation

MusicalNinjaDad
Copy link
Owner

Use new functionality from rust v3.0.0 plus build with --release optimisations giving up to 75x performance vs native python!

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @MusicalNinjaDad - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟡 Testing: 5 issues found
  • 🟢 Complexity: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

tests/test_fizzbuzzo3.py Show resolved Hide resolved
tests/test_fizzbuzzo3.py Show resolved Hide resolved
tests/test_fizzbuzzo3.py Show resolved Hide resolved
tests/test_fizzbuzzo3.py Show resolved Hide resolved
rust/fizzbuzz/tests/test_multifizzbuzz.rs Show resolved Hide resolved
tests/perftest.py Show resolved Hide resolved
Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
Flag Coverage Δ
fizzbuzz 93.84% <ø> (+1.68%) ⬆️
fizzbuzzo3 87.50% <100.00%> (+8.33%) ⬆️
python 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📢 Thoughts on this report? Let us know!

@MusicalNinjaDad MusicalNinjaDad merged commit e6f8268 into main Jun 3, 2024
13 checks passed
@MusicalNinjaDad MusicalNinjaDad deleted the slice branch June 3, 2024 12:58
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