Skip to content

Instantly share code, notes, and snippets.

View shoter's full-sized avatar
🙃

Damian shoter

🙃
View GitHub Profile
using System;
using System.Text;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
var summary = BenchmarkRunner.Run<StringBenchmark>();
[MemoryDiagnoser]
public class StringBenchmark
{