Example #1
0
    public static int Main()
    {
        var  tests  = new LinqBenchmarks();
        bool result = tests.Bench();

        return(result ? 100 : -1);
    }
Example #2
0
 public static int Main()
 {
     var tests = new LinqBenchmarks();
     bool result = tests.Bench();
     return result ? 100 : -1;
 }