Skip to content

Commit 8e57445

Browse files
author
Paultagoras
committed
Update BenchmarkBase.java
1 parent 951543b commit 8e57445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance/src/test/com/clickhouse/benchmark/clients/BenchmarkBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ protected static Connection getJdbcV1() {
281281
return jdbcV1;
282282
}
283283

284-
protected static Connection getJdbcV2() throws SQLException {
284+
protected static Connection getJdbcV2() {
285285
Properties properties = new Properties();
286286
properties.put("user", getUsername());
287287
properties.put("password", getPassword());

0 commit comments

Comments
 (0)