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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,6 +387,15 @@ This will result in the following:
387
387
388
388
These steps must be followed before you attempt to open the solution in an IDE (e.g. Visual Studio, Rider) for all projects to be loaded successfully.
389
389
390
+
### Performance testing
391
+
392
+
There is a performance testforthe hit counting instrumentationin the test project `coverlet.core.performancetest`. Build the project with the msbuild step above and then run:
393
+
394
+
dotnet test /p:CollectCoverage=true test/coverlet.core.performancetest/
395
+
396
+
The duration of the test can be tweaked by changing the number of iterations in the `[InlineData]`in the `PerformanceTest` class.
397
+
398
+
390
399
## Code of Conduct
391
400
392
401
This project enforces a code of conduct in line with the contributor covenant. See [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.
0 commit comments