iocost-benchmark / iocost-benchmarks-ci

Apache License 2.0
1 stars 3 forks source link

Parameterize currently hardcoded values in import-results #36

Open r-c-n opened 2 months ago

r-c-n commented 2 months ago

Some values, such as the commit title and message strings and the allowed URL prefixes, are currently hardcoded in the tool. Make a detailed pass through the code looking for things that would make sense to parameterize and make it possible to define them as data outside of the code, for instance, in a config file with default values that can be overridden with command-line options.