Skip to content

Commit

Permalink
JBAI-4393 [buildSrc] Configured JVM benchmark tests to disable corout…
Browse files Browse the repository at this point in the history
…ines debug mode.
  • Loading branch information
dmitriyb committed Aug 29, 2024
1 parent 450a39e commit d25ecff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fun KotlinJvmTarget.configureBenchmarkTests() {
group = "verification"

maxHeapSize = "4G"
systemProperty("kotlinx.coroutines.debug", "off")

useJUnitPlatform()

Expand Down

0 comments on commit d25ecff

Please sign in to comment.