Opened 6 years ago
Last modified 6 years ago
#2963 new feature request
HeuristicLab.Benchmarks
Reported by: | bburlacu | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Tools | Version: | tools |
Keywords: | Cc: |
Description
Unit tests are not completely suitable for measuring performance, as we usually don't have enough repetitions, don't do enough warmup runs, need to vary parameters manually and so on.
HeuristicLab.Benchmarks aims to provide a better framework for performance benchmarks, built on top of benchmarkdotnet (same tool used by dotnet, roslyn and others).
Change History (3)
comment:1 Changed 6 years ago by bburlacu
comment:2 Changed 6 years ago by abeham
- Version set to tools
comment:3 Changed 6 years ago by abeham
- Milestone changed from HeuristicLab 3.3.16 to HeuristicLab 3.3.x Backlog
Note: See
TracTickets for help on using
tickets.
r16299: Add first version of HeuristicLab.Benchmarks
r16300: Add README.txt and remove unsupported code from benchmarks.