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
it just ends up running with default targetgroup (being netcoreapp)
Although there are other ways (e.g. using BenchmarkDotnet) to do performance testing in netfx, it could still be useful to enable this in cases when we want to compare netfx vs netcoreapp performances with each other for the existing perf tests written in corefx.
Note: When trying to test the above script I believe you need to add netfx value in the configuration.props file here.
Seems like we don't support running perf tests in netfx.
For example when running:
it just ends up running with default targetgroup (being netcoreapp)
Although there are other ways (e.g. using BenchmarkDotnet) to do performance testing in netfx, it could still be useful to enable this in cases when we want to compare netfx vs netcoreapp performances with each other for the existing perf tests written in corefx.
Note: When trying to test the above script I believe you need to add netfx value in the configuration.props file here.
cc: @danmosemsft @safern
The text was updated successfully, but these errors were encountered: