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
~/src/scripts/benchsuite script that orchestrates running all Benchfile’s ~/src/scripts/nemobench command to collect benchmark info
aug-2021 cloned off testsuite VB/PJT 28-mar-2025 documentation written PJT