Skip to content

Commit

Permalink
Update Benchmark.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jun 18, 2024
1 parent 05c47ef commit 791a5b4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions benchmark/Benchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,9 @@ static void Main(string[] args)

BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args, DefaultConfig.Instance.AddJob(job).WithSummaryStyle(SummaryStyle.Default.WithMaxParameterColumnWidth(100)));
}
}
// static void Main(string[] args) => BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args, DefaultConfig.Instance
// .WithSummaryStyle(SummaryStyle.Default.WithMaxParameterColumnWidth(100)));


// }

}


// }

}

0 comments on commit 791a5b4

Please sign in to comment.