Skip to content

Commit

Permalink
Disable cachePreparedStatements in the "vertx-web-kotlinx" portion …
Browse files Browse the repository at this point in the history
…for testing purposes

The single query test performance is only 30% of the original.
  • Loading branch information
ShreckYe committed Nov 18, 2024
1 parent c83480a commit b2fa403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MainVerticle(val hasDb: Boolean) : CoroutineVerticle(), CoroutineRouterSup
host = "tfb-database",
user = "benchmarkdbuser",
password = "benchmarkdbpass",
cachePreparedStatements = true,
//cachePreparedStatements = true,
pipeliningLimit = 100000
)
).coAwait()
Expand Down

0 comments on commit b2fa403

Please sign in to comment.