Tasks #823

Executing entire benchmark

Added by Anonymous over 12 years ago. Updated about 12 years ago.

Status:In ProgressStart date:01/24/2012
Priority:NormalDue date:
Assignee:-% Done:

20%

Category:-
Target version:-

Description

Optionally compile benchmarks of several files into a single binary to be executed at once and get the consolidated results.

History

#1 Updated by Anonymous over 12 years ago

  • Description updated (diff)

#2 Updated by M. Rolf about 12 years ago

  • % Done changed from 0 to 20

Added BenchAll.cpp that includes all other files.

What is prohibited in this scenario is that multiple files define hints like NEMO_REP_COUNT_HINT in the global namespace. With hints inside the BENCH_SUITEs it does compile, but runs with the same hint-values for all suites, even if different values have been specified. This is due to the current implementation that evaluates the hint-values for the actual execution from a global variable. In fact, these hints /should/ be properties of a BenchSuite (see #948).

What's still missing is that the executables display some cummulative information like total runtime.

#3 Updated by M. Rolf about 12 years ago

  • Status changed from New to In Progress

Also available in: Atom PDF