You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context variables are not used enough in this library by default.
For instance, if you want to implement parametrised tests, you will need to put a lot of effort into getting those parameters out even though this seems like a very basic feature.
Perhaps a single command like benchmark.enableContextOutput(true) would be enough.
The text was updated successfully, but these errors were encountered:
The context variables are not used enough in this library by default.
For instance, if you want to implement parametrised tests, you will need to put a lot of effort into getting those parameters out even though this seems like a very basic feature.
Perhaps a single command like
benchmark.enableContextOutput(true)
would be enough.The text was updated successfully, but these errors were encountered: