make it possible to determine programmatically which instances.json
is being used for a run
#12
Labels
enhancement
New feature or request
A version of the clembench benchmark is determined by a) the set of games that is run and b) the instances for each game. At the moment, this information is distributed over various places:
pipeline_clembench.sh
in/instances.json
for each game at the time when the game is run.Assuming that the set of games constitutes the major version number, and the set of instances the minor version number, it would be good if this information could be consolidated.
One way of doing this would be to make it possible for different
instances.json
to live inin/
, and make them addressable via the version number. At the moment, AFAIK this is not exposed via the code.The text was updated successfully, but these errors were encountered: