bliako has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
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.
thanks,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Benchmarks target in Makefile
by pryrt (Abbot) on Jun 19, 2018 at 13:23 UTC | |
by bliako (Abbot) on Jun 19, 2018 at 15:11 UTC | |
by pryrt (Abbot) on Jun 19, 2018 at 16:20 UTC | |
by bliako (Abbot) on Jun 19, 2018 at 19:40 UTC | |
by bliako (Abbot) on Jun 19, 2018 at 23:52 UTC | |
Re: Benchmarks target in Makefile
by tobyink (Canon) on Jun 19, 2018 at 12:16 UTC | |
by bliako (Abbot) on Jun 19, 2018 at 15:13 UTC | |
by Anonymous Monk on Jun 19, 2018 at 21:44 UTC | |
by bliako (Abbot) on Jun 19, 2018 at 23:08 UTC | |
Re: Benchmarks target in Makefile
by bliako (Abbot) on Jun 20, 2018 at 11:29 UTC | |
by pryrt (Abbot) on Jun 20, 2018 at 13:15 UTC | |
by bliako (Abbot) on Jun 20, 2018 at 17:22 UTC |