@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
19 lines • 740 B
JavaScript
;
/**
* The summarizer intends to post-process and summarize the results of
* the benchmark tool, and
* the statistics extraction.
* @module
*/
Object.defineProperty(exports, "__esModule", { value: true });
const script_1 = require("./common/script");
const summarizer_core_1 = require("./script-core/summarizer-core");
const options = (0, script_1.processCommandLineArgs)('summarizer', ['input'], {
subtitle: 'Summarize and explain the results of the benchmark tool. Summarizes in two stages: first per-request, and then overall',
examples: [
'{italic benchmark.json}',
'{bold --help}'
]
});
void (0, summarizer_core_1.flowrScriptSummarizer)(options);
//# sourceMappingURL=summarizer-app.js.map