29303132333435
* Reference to performance database. */ PerformanceDatabase perfDB; public static PerformanceDatabase getPerfDB() throws Exception { return new PerformanceDatabase(DBConfiguration.getTestConnectionData()); }