mseryn / mantis-monitor

Mantis-monitor, a suite to perform code-external profiling using a range of standard profiling tools and producing one data format
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Utility functions for producing benchmark instances #42

Open hgreenbl opened 2 years ago

hgreenbl commented 2 years ago

It's likely to be common for a user to want to have a benchmark instance for each of a list of possible argument values (or, more generally, for each combination of possible values from lists for multiple arguments): for example, c1b14cdd772f3d6acae60659ac17fcac13862603.

Perhaps this should be a utility function in the Benchmark class (to be called within a derived class's generate_benchmarks).

We may also want to extend GenericBenchmark config with options to make use of it.