Skip to content

Instantly share code, notes, and snippets.

@Calabonga
Created December 22, 2022 01:01
Show Gist options
  • Save Calabonga/b892775f213b6c2edd1dde3eaded1371 to your computer and use it in GitHub Desktop.
Save Calabonga/b892775f213b6c2edd1dde3eaded1371 to your computer and use it in GitHub Desktop.
Benchmarking with BenchmarkDotNet
[RankColumn]
[HideColumns(new string[] { "Job" })]
[MemoryDiagnoser(false)]
[SimpleJob(RuntimeMoniker.Net60)]
[SimpleJob(RuntimeMoniker.Net70)]
[GroupBenchmarksBy(BenchmarkLogicalGroupRule.ByMethod)]
public class Benchmark
{
// ... start from here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment