Skip to content

Commit

Permalink
[misc] socket test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
diego Dupin committed Nov 15, 2021
1 parent e91e047 commit ccd00dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchmark/java/org/mariadb/jdbc/Common.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static class MyState {
protected Connection connectionText;
protected Connection connectionBinary;

@Param({"mysql", "mariadb"})
@Param({"mariadb"})
String driver;

@Setup(Level.Trial)
Expand Down

0 comments on commit ccd00dd

Please sign in to comment.