-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[feat] bench.todo()
#35
Comments
Nice additions, are you interested in adding them yourself? |
Hey, I can try to create a PR for that. But one question - how the API could look like? Because if we want to be consistent between different versions it might not be the best thing to set a result with values of WDYT guys about this API? It's not the best but it's one of the possible solution 😄 |
@kamiloox I don't think any calculation is going to be there, and we just make it todo and the rest is handled by the user, no need to worry about that. |
@Aslemammad In the README there is an example of how to use this library. The results are multiplied by 1000. If it is okay to leave it up to user decision then fine So if the bench case is marked as todo I can make the result field as undefined 👌 |
As I say, It's ok to leave it to the users. And if we do not do anything with the todo, that way the user won't even see it, so this is even better. this way it won't even be in bench.tasks |
Before
hello
,world
,foobar
hello
,world
Which might let dev forget to watch upstream bug.
After
hello
,world
,foobar
, whilefoobar
maybeN/A
Related
isomorphic-git/isomorphic-git#1163 (comment)
The text was updated successfully, but these errors were encountered: