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
If a benchmark needs (for example) to create a temp file, there should be a way for it to do that and for the setup and teardown bits to happen outside of any performance measurements.
We could provide setup/teardown options for tests similar to those for suites, and run those outside of the profiling calls.
Or, provide a way to reset the profiling data back to zero. This would be more flexible, I suppose, but the setup/teardown feature would be nice to have for other reasons?
The text was updated successfully, but these errors were encountered:
If a benchmark needs (for example) to create a temp file, there should be a way for it to do that and for the setup and teardown bits to happen outside of any performance measurements.
We could provide setup/teardown options for tests similar to those for suites, and run those outside of the profiling calls.
Or, provide a way to reset the profiling data back to zero. This would be more flexible, I suppose, but the setup/teardown feature would be nice to have for other reasons?
The text was updated successfully, but these errors were encountered: