-
Couldn't load subscription status.
- Fork 30
add optimize as an input
#140
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #140 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 2 2
=========================================
Hits 2 2 ☔ View full report in Codecov by Sentry. |
|
Hmmm. Could the user use the existing mechanism for passing arbitrary test args? |
|
|
Ideally, a |
|
A |
|
What would be the behaviour when passing
|
|
Ah, I see. I was thinking "append". Maybe we could explicitly name it |
|
Bump. I'm very interested in having this functionality for test suits I run that are dominated by compilation times. It'd be nice to have
We could call it that, but then it wouldn't match the keyword argument to From the
|
|
Also very interested in this functionality. |
|
IIUC, with I agree with Mason that we should use the same name, For this PR it seems consistent with how the existing options work, so I don't think we should block it on adding |
solves #139