This HTML automatically generated with rman for NEMO
Table of Contents

Name

Benchfile - a Makefile for benchmark testing

Description

NEMO uses a Benchfile in specific directories to orchestrate a series of benchmarks via the "make bench" command. A Benchfile follows the Makefile (see make(1) ) format. In local directories one tyically does

make -f Benchfile clean all

to test and set up the tests. An example of a test could be the following make target in the Benchfile:

mkplummer:
nemobench my_label mkplummer . 10000000

Like in Testfile’s, it is important to pick a descriptive and unique label for the final report.

The file $NEMO/benchsuite.log also contains the output logs of running the benchsuite.

To collect benchmark q

See Also

make(1) , nemo(1NEMO) , bsf(1NEMO) , Testfile(5NEMO)

Author

Peter Teuben

Files


~/src/scripts/benchsuite        script that orchestrates running all Benchfile’s
~/src/scripts/nemobench        command to collect benchmark info

History


aug-2021    cloned off testsuite    VB/PJT
28-mar-2025    documentation written        PJT


Table of Contents