Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petabridge/nbench
Performance benchmarking and testing framework for .NET applications :chart_with_upwards_trend:
https://github.com/petabridge/nbench
benchmark dotnet garbage-collection nbench performance performance-test
Last synced: 5 days ago
JSON representation
Performance benchmarking and testing framework for .NET applications :chart_with_upwards_trend:
- Host: GitHub
- URL: https://github.com/petabridge/nbench
- Owner: petabridge
- License: apache-2.0
- Created: 2015-11-02T23:15:12.000Z (about 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-09-10T12:00:04.000Z (4 months ago)
- Last Synced: 2025-01-09T18:24:04.486Z (12 days ago)
- Topics: benchmark, dotnet, garbage-collection, nbench, performance, performance-test
- Language: C#
- Homepage: https://nbench.io/
- Size: 2.21 MB
- Stars: 535
- Watchers: 29
- Forks: 47
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# NBench
![NBench logo](images/NBench_logo_square_140.png)
[![Join the chat at https://gitter.im/petabridge/NBench](https://badges.gitter.im/petabridge/NBench.svg)](https://gitter.im/petabridge/NBench?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Cross-platform performance benchmarking and testing framework for .NET applications.NBench is designed for .NET developers who need to care about performance and want the ability to "unit test" their application's performance just like [XUnit](https://github.com/xunit/xunit) or [NUnit](http://nunit.org/) tests their application code.
## Build Status
| Stage | Status |
|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Windows Tests | [![Build Status](https://dev.azure.com/petabridge/NBench/_apis/build/status/NBench%20PR%20Validation?branchName=dev&jobName=Windows%20Tests)](https://dev.azure.com/petabridge/NBench/_build/latest?definitionId=115&branchName=dev) |
| Integration Tests | [![Build Status](https://dev.azure.com/petabridge/NBench/_apis/build/status/NBench%20PR%20Validation?branchName=dev&jobName=Integration%20Tests)](https://dev.azure.com/petabridge/NBench/_build/latest?definitionId=115&branchName=dev) |
| NuGet Pack | [![Build Status](https://dev.azure.com/petabridge/NBench/_apis/build/status/NBench%20PR%20Validation?branchName=dev&jobName=NuGet%20Pack)](https://dev.azure.com/petabridge/NBench/_build/latest?definitionId=115&branchName=dev) |## Documentation
To learn more, please read [the official NBench documentation](https://nbench.io).Copyright (c) [Petabridge™, LLC](https://petabridge.com/) 2015-2024