Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2974_Constants_Optimization/Benchmarks/Benchmarks/Program.cs @ 16525

Last change on this file since 16525 was 16525, checked in by bburlacu, 5 years ago

#2974: Add benchmarks solution for testing constant optimization performance.

File size: 242 bytes
Line 
1using BenchmarkDotNet.Running;
2
3namespace HeuristicLab.Benchmarks {
4  internal class Program {
5    private static void Main(string[] args) {
6      var summary = BenchmarkRunner.Run<ConstantsOptimizationPerformance>();
7    }
8  }
9}
Note: See TracBrowser for help on using the repository browser.