Skip to content

Instantly share code, notes, and snippets.

View abatishchev's full-sized avatar
🏠
WFH

Alexander Batishchev abatishchev

🏠
WFH
View GitHub Profile
@abatishchev
abatishchev / Program.cs
Last active June 29, 2022 04:06
SwitchCaseIfElseBenchmark
using System.Runtime.CompilerServices;
using System.Threading;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Running;
namespace SwitchCaseIfElseBenchmark
{
public static class Program
{