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: 3 months 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: 2024-10-04T17:47:58.671Z (3 months ago)
- Topics: benchmark, dotnet, garbage-collection, nbench, performance, performance-test
- Language: C#
- Homepage: https://nbench.io/
- Size: 2.21 MB
- Stars: 533
- Watchers: 29
- Forks: 46
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - NBench - Performance benchmarking and testing framework for .NET applications. (Frameworks, Libraries and Tools / Code Analysis and Metrics)
- awesome-dot-net-performance - NBench - Cross-platform performance benchmarking and testing framework for .NET applications. (Performance tools / Benchmarking)
- awesome-dot-net-performance - NBench - Cross-platform performance benchmarking and testing framework for .NET applications. (Performance tools / Benchmarking)
- fucking-awesome-dotnet-core - NBench - Performance benchmarking and testing framework for .NET applications. (Frameworks, Libraries and Tools / Code Analysis and Metrics)
- awesome-dotnet-core - NBench - Performance benchmarking and testing framework for .NET applications. (Frameworks, Libraries and Tools / Code Analysis and Metrics)
- awesome-dotnet-core - NBench - .NET应用程序的性能基准测试框架 (框架, 库和工具 / 代码分析和指标)
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