https://github.com/soenneker/soenneker.tests.benchmark
An abstract class for benchmarking tests in .NET, integrating BenchmarkDotNet with Xunit's output helper and providing a method to log benchmark summaries asynchronously.
https://github.com/soenneker/soenneker.tests.benchmark
benchmark benchmarkdotnet benchmarktest csharp dotnet fixture performance test tests unit util xunit
Last synced: about 1 month ago
JSON representation
An abstract class for benchmarking tests in .NET, integrating BenchmarkDotNet with Xunit's output helper and providing a method to log benchmark summaries asynchronously.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.tests.benchmark
- Owner: soenneker
- License: mit
- Created: 2025-01-17T01:19:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-27T18:02:09.000Z (about 2 months ago)
- Last Synced: 2026-04-27T20:05:08.151Z (about 2 months ago)
- Topics: benchmark, benchmarkdotnet, benchmarktest, csharp, dotnet, fixture, performance, test, tests, unit, util, xunit
- Language: C#
- Homepage: https://soenneker.com
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.tests.benchmark/)
[](https://github.com/soenneker/soenneker.tests.benchmark/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.tests.benchmark/)
[](https://github.com/soenneker/soenneker.tests.benchmark/actions/workflows/codeql.yml)
#  Soenneker.Tests.Benchmark
### An abstract class for benchmarking tests in .NET, integrating BenchmarkDotNet with Xunit's output helper and providing a method to log benchmark summaries asynchronously.
## Installation
```
dotnet add package Soenneker.Tests.Benchmark
```