Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/04/11 13:13:17 (12 years ago)
Author:
spimming
Message:

#1659:

  • restructuring of the benchmarking algorithms
  • common interface for benchmarks
  • 'benchmark' class discovers benchmarking algorithms
  • added 'TimeLimit' and 'ChunkSize' parameters to benchmark
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/BenchmarkView.cs

    r6934 r6948  
    2626namespace HeuristicLab.Algorithms.Benchmarks.Views {
    2727  [View("Benchmark View")]
    28   [Content(typeof(Whetstone), true)]
    29   [Content(typeof(Dhrystone), true)]
    30   [Content(typeof(Linpack), true)]
     28  [Content(typeof(Benchmark), true)]
    3129  public partial class BenchmarkView : AlgorithmView {
    3230    public BenchmarkView() {
    3331      InitializeComponent();
    3432      tabControl.TabPages.Remove(this.problemTabPage);
    35       tabControl.TabPages.Remove(this.parametersTabPage);
    3633    }
    3734  }
Note: See TracChangeset for help on using the changeset viewer.