ertanturan / Benchmark-Tutorial

A Humble introduction to benchmarkdotnet framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BenchmarkDotNet Tutorial

This repository contains an example of using BenchmarkDotNet to measure the performance of different string concatenation methods in C#.

For a detailed explanation and demonstration of how to use BenchmarkDotNet, please watch the following YouTube video: https://www.youtube.com/watch?v=Yu4t84ap1Mo

Usage

To run the benchmarks, clone or download this repository and open the solution in Visual Studio. Build the solution and run the project, and the benchmark results will be displayed in the console.

You can also modify the benchmark code and configuration to suit your specific needs.

About

A Humble introduction to benchmarkdotnet framework


Languages

Language:C# 100.0%