Skip to content

Instantly share code, notes, and snippets.

View GitHubber10's full-sized avatar

Markus Nakhlah GitHubber10

  • More Success Marketing GmbH
View GitHub Profile
@GitHubber10
GitHubber10 / PerformanceComparison.cs
Created July 30, 2015 08:46
A simple performance comparison for one or more functions in C#. Ready for usage in LINQPad
[TestCode(Name="Test 1")]
public void Test1() {
// Put your test code here
}
[TestCode(Name="Test 2")]
public void Test2() {
// Put your test code here