Skip to content

Instantly share code, notes, and snippets.

View vgrudenic's full-sized avatar

Vedran Grudenic vgrudenic

View GitHub Profile
# error Add a NUGET reference to BenchMarkDotNet
void Main()
{
new LookupTest().Validate();
BenchmarkRunner.Run<LookupTest>();
}
public class LookupTest
{