public void Benchmark_is_correct_for_lambda_expression() { Execution .Benchmark(() => Thread.Sleep(100)) .ShouldBeGreaterThan(0); }