Experimental command-line flag

Issue #336 resolved
Alan Noble created an issue

It is desirable to be able to enable/disable experimental functionality by means of a command-line flag that can be parsed for specific experiments.

Comments (2)

  1. Alan Noble reporter

    On second thoughts, an environment variable will be used.

    For example:

    VIDGRIND_EXPERIMENTS=EXP1:true,EXP2:42

    would enable experiments EXP1 and EXP2 with their respective parameters true and 42.

  2. Log in to comment