Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/30/11 02:38:12 (12 years ago)
Author:
swagner
Message:

Changes due to review of benchmark algorithms (#1659):

  • added base class Benchmark for benchmark implementations
  • implemented ToString in Benchmark base class
  • removed suffix Benchmark from class names of benchmark implementations
  • sealed benchmark implementations Linpack, Dhrystone and Whetstone
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj

    r7246 r7247  
    8989  </ItemGroup>
    9090  <ItemGroup>
     91    <Compile Include="Benchmark.cs" />
    9192    <Compile Include="BenchmarkAlgorithm.cs" />
    92     <Compile Include="DhrystoneBenchmark.cs" />
     93    <Compile Include="Dhrystone.cs" />
    9394    <Compile Include="IBenchmark.cs" />
    94     <Compile Include="LinpackBenchmark.cs" />
     95    <Compile Include="Linpack.cs" />
    9596    <Compile Include="Plugin.cs" />
    9697    <Compile Include="Properties\AssemblyInfo.cs" />
    97     <Compile Include="WhetstoneBenchmark.cs" />
     98    <Compile Include="Whetstone.cs" />
    9899  </ItemGroup>
    99100  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.