We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
originaly posted by @dtopuzov in dotnet/sdk#13892
Output of test run with 5.0.100-rc.1.20452.10:
5.0.100-rc.1.20452.10
Passed! - Failed: 0, Passed: 433, Skipped: 5, Total: 438, Duration: 9 m 44 s - Blazor.Playground.Tests.dll (net5.0)
Those 9 m 44 s are the total time of all threads, actually, tests were executed in ~3min.
9 m 44 s
dotnet sdk 3.1.401 shows the real elapsed time (not the sum of all treads). I prefer the old behavior.
3.1.401
AB#1272733
The text was updated successfully, but these errors were encountered:
+1. If we want to show the total execution time summing each thread in addition to the wall clock time, great, but it shouldn't replace it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
originaly posted by @dtopuzov in dotnet/sdk#13892
Output of test run with
5.0.100-rc.1.20452.10
:Those
9 m 44 s
are the total time of all threads, actually, tests were executed in ~3min.dotnet sdk
3.1.401
shows the real elapsed time (not the sum of all treads).I prefer the old behavior.
AB#1272733
The text was updated successfully, but these errors were encountered: