Conversation
🚀 Benchmark ResultsDetails
|
There was a problem hiding this comment.
Pull request overview
Adds TUnit.Mocks as an additional mocking library to the benchmark suite so its “happy path” setup/invoke/verify flow can be measured alongside the existing frameworks.
Changes:
- Add central package version for
TUnit.Mocksand reference it from the benchmarks project. - Introduce a new
Simple_TUnitMocksbenchmark method inHappyCaseBenchmarks.Simple.cs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Directory.Packages.props | Adds a centrally-managed version entry for TUnit.Mocks (plus a small formatting normalization). |
| Benchmarks/Mockolate.Benchmarks/Mockolate.Benchmarks.csproj | References TUnit.Mocks for use in benchmarks. |
| Benchmarks/Mockolate.Benchmarks/HappyCaseBenchmarks.Simple.cs | Adds a Simple_TUnitMocks benchmark that performs setup, invocation, and verification using TUnit.Mocks. |
368e9e5 to
ae2aed3
Compare
|
|
This is addressed in release v1.5.0. |



Adds TUnit.Mocks as an additional mocking library to the benchmark suite so its “happy path” setup/invoke/verify flow can be measured alongside the existing frameworks.
Key Changes:
TUnit.Mocksand reference it from the benchmarks project.Simple_TUnitMocksbenchmark method inHappyCaseBenchmarks.Simple.cs.