summarizerOptions: [
    {
        alias: "v";
        description: "Run with verbose logging";
        name: "verbose";
        type: BooleanConstructor;
    },
    {
        alias: "h";
        description: "Print this usage guide";
        name: "help";
        type: BooleanConstructor;
    },
    {
        alias: "t";
        defaultValue: "auto";
        description: "Manually specify if you want to post-process benchmark results, statistics, or compressed statistics (defaults to auto).";
        name: "type";
        type: StringConstructor;
    },
    {
        alias: "g";
        description: "Produce data to be used for visualizing benchmarks over time";
        name: "graph";
        type: BooleanConstructor;
    },
] = ...