All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.regnosys.rosetta.profiling.ProfileMain Maven / Gradle / Ivy

There is a newer version: 9.22.0
Show newest version
package com.regnosys.rosetta.profiling;

import java.io.IOException;
import java.net.URISyntaxException;
import java.util.concurrent.ExecutionException;

public class ProfileMain {

	public static void main(String[] args) throws IOException, ExecutionException, InterruptedException, URISyntaxException {
        InitializationBenchmark.BenchmarkParams params = new InitializationBenchmark.BenchmarkParams();
        params.doSetup();
        new InitializationBenchmark().benchmarkInitialize(params);
        params.doTearDown();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy