Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/04/11 13:13:17 (13 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/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj

    r6934 r6948  
    5151      <SubType>Code</SubType>
    5252    </Compile>
    53     <Compile Include="Whetstone.cs" />
    54     <Compile Include="Dhrystone.cs" />
    55     <Compile Include="Linpack.cs" />
     53    <Compile Include="DhrystoneBenchmark.cs" />
     54    <Compile Include="IBenchmark.cs" />
     55    <Compile Include="LinpackBenchmark.cs" />
    5656    <Compile Include="Plugin.cs" />
    5757    <Compile Include="Properties\AssemblyInfo.cs" />
     58    <Compile Include="WhetstoneAlgorithm.cs" />
    5859  </ItemGroup>
    5960  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.