Skip to content

Commit

Permalink
Update kx-benchmarks version and enable native benchmarks. (#263)
Browse files Browse the repository at this point in the history
Fixes #196
  • Loading branch information
fzhinkin authored Feb 23, 2024
1 parent ce4e9aa commit b8e6424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ group=org.jetbrains.kotlinx
version=0.3.1-SNAPSHOT
kotlin.code.style=official
org.gradle.jvmargs=-Xmx4G
nativeBenchmarksEnabled=false
nativeBenchmarksEnabled=true
kotlin.mpp.applyDefaultHierarchyTemplate=false
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ java = "8"
dokka = "1.9.10"
kover = "0.7.5"
bcv = "0.13.2"
benchmark = "0.4.9"
benchmark = "0.4.10"
jmh = "1.37"
coroutines = "1.7.3"
animalsniffer = "1.7.1"
Expand Down

0 comments on commit b8e6424

Please sign in to comment.