Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 303 Bytes

Benchmarks for .NET

This repository contains several benchmarks, which were implemented using BenchmarkDotNet.

Usage

To run Benchmarks in a certain namespace or by name, simply run:

dotnet run -c Release --filter *<filter>*

and replace '' with a part of the name or namespace.