Search in sources :

Example 1 with CounterMonitor

use of org.icgc.dcc.song.client.benchmark.monitor.CounterMonitor in project SONG by overture-stack.

the class Benchmark method run.

public void run() {
    val payloadFileVistor = extractData(benchmarkConfig);
    monitor = createBenchmarkMonitor(payloadFileVistor.getStudies());
    upload(payloadFileVistor);
    monitor.getUploadMonitors().forEach(CounterMonitor::displaySummary);
    waitForStatus(payloadFileVistor);
    save(payloadFileVistor);
}
Also used : lombok.val(lombok.val) CounterMonitor(org.icgc.dcc.song.client.benchmark.monitor.CounterMonitor)

Aggregations

lombok.val (lombok.val)1 CounterMonitor (org.icgc.dcc.song.client.benchmark.monitor.CounterMonitor)1