Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyjeanson/benchmarkvstemplates
Templates to create bechmarks with BenchmarkDotNet and Visual Studio.
https://github.com/jeremyjeanson/benchmarkvstemplates
Last synced: about 2 months ago
JSON representation
Templates to create bechmarks with BenchmarkDotNet and Visual Studio.
- Host: GitHub
- URL: https://github.com/jeremyjeanson/benchmarkvstemplates
- Owner: JeremyJeanson
- License: mit
- Created: 2021-10-12T22:36:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T20:37:13.000Z (4 months ago)
- Last Synced: 2024-09-15T21:43:20.749Z (4 months ago)
- Language: C#
- Size: 134 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benchmark Templates
![Benchmark Templates](Documentations/Images/icon.png)## Introduction
This project is an extension designed for Visual Studio 2017, 2019 and 2022. It includes templates to create benchmarks with [BenchmarkDotNet](https://benchmarkdotnet.org/) :
- Project template to create a console app (C#)
- Project template to create a console app (Visual Basic)
- Item template to add benchmarks (C#)
- Item template to add benchmarks (Visual Basic)## Install
[Download from the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JeremyJeanson.benchmarktemplates)
## Project status
Work in progress ;)## Contribute
Contributions are open. Juste send your ideas or Pull Request ;)