-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support allocated instances #99
Conversation
Codecov Report
@@ Coverage Diff @@
## main #99 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 602 623 +21
=========================================
+ Hits 602 623 +21
Continue to review full report at Codecov.
|
c367add
to
adc070a
Compare
Some questions up, but overall awesome find on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Jake, can we restore the commented versions of the generated code, and add a comment explaining their presence if that's helpful?
4d9857c
to
42c435c
Compare
|`(a, *args)`|**baseline**|2.02x slower|2.28x slower|1.99x slower|1.99x slower| | ||
|`(a:, **kwargs)`|**baseline**|1.93x slower|2.07x slower|1.87x slower|1.92x slower| | ||
|`(a, *args, b:, **kwargs)`|**baseline**|1.94x slower|2.15x slower|1.92x slower|1.93x slower| | ||
|`()` (none)|**baseline**|12.27x slower|2.57x slower|1.22x slower|3.22x slower| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
42c435c
to
0f186fe
Compare
Before merging:
README.md
and update this PRCHANGELOG.md
, add an entry following Keep a Changelog guidelines with semantic versioning