Skip to content

Commit

Permalink
Clean up Redis close connection
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Nov 16, 2023
1 parent c43f96a commit 370ac4e
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 190 deletions.
4 changes: 2 additions & 2 deletions java/benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ application {
// Define the main class for the application.
mainClass = 'javababushka.benchmarks.BenchmarkingApp'
mainClass = 'javababushka.benchmarks.clients.babushka.JniNettyClient'
applicationDefaultJvmArgs += "-Djava.library.path=${projectDir}/../target/debug"
applicationDefaultJvmArgs += "-Djava.library.path=${projectDir}/../target/release:${projectDir}/../target/debug"
}

tasks.withType(Test) {
Expand All @@ -60,5 +60,5 @@ tasks.withType(Test) {
events "started", "skipped", "passed", "failed"
showStandardStreams true
}
jvmArgs "-Djava.library.path=${projectDir}/../target/debug"
jvmArgs "-Djava.library.path=${projectDir}/../target/release:${projectDir}/../target/debug"
}
Loading

0 comments on commit 370ac4e

Please sign in to comment.