benchmarkOptions: [
    {
        alias: "v";
        description: "Run with verbose logging [do not use for the real benchmark as this affects the time measurements, but only to find errors]";
        name: "verbose";
        type: BooleanConstructor;
    },
    {
        alias: "h";
        description: "Print this usage guide";
        name: "help";
        type: BooleanConstructor;
    },
    {
        alias: "l";
        description: "Limit the number of files to process (if given, this will choose these files randomly and add the chosen names to the output";
        name: "limit";
        type: NumberConstructor;
    },
] = ...