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
Currently NBench only supports PerfSetup method per class. Normally a test class contains multiple test cases. Having a single setup method for all tests slows down the test execution as setup has to be done for each test, while used only for one. It will be ideal to have support for specifying a PerfSetup method for each test.
Suggestion:
Add another property in PerfBenchmark Attribute say PerfSetup Method and execute it if specified.
The text was updated successfully, but these errors were encountered:
Currently NBench only supports PerfSetup method per class. Normally a test class contains multiple test cases. Having a single setup method for all tests slows down the test execution as setup has to be done for each test, while used only for one. It will be ideal to have support for specifying a PerfSetup method for each test.
Suggestion:
Add another property in PerfBenchmark Attribute say PerfSetup Method and execute it if specified.
The text was updated successfully, but these errors were encountered: