-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Circular dependency #53
Comments
Can you elaborate on what you are suggesting? But yeah, circular dependencies should be avoided |
in |
and make deprecated and next step, (maybe in v3.0.0) remove this column |
Task is uselessly using a reference to Bench instead of using from it only the bits needed. |
https://github.com/tinylibs/tinybench/blob/v2.5.0/src/bench.ts#L11
https://github.com/tinylibs/tinybench/blob/v2.5.0/src/task.ts#L4
I suggest leaving only the
import Task
in the branchAfter approval, I can create a PR (with backward compatibility, of course, as far as possible)
The text was updated successfully, but these errors were encountered: