Benchmarks target in Makefile

Posted on May 25, 2019. Filed under: Uncategorized | Tags: , , , , , , |

Benchmarks target in Makefile

I would like to add a target for running benchmarks on my code to the Makefile produced by ExtUtils::MakeMaker

I already have a benhmarks.pl file which does everything and prints a report. I would like to have it executed whenever I do: make benchmarks . And only then because it is time consuming and should not be in tests.

Liked it here?
Why not try sites on the blogroll...