Skip to content

Commit

Permalink
Update benchmark to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
robxyy committed Dec 12, 2023
1 parent 1374444 commit e1e7892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ benchmark {
getByName("main") {
iterations = 5
iterationTime = 1
iterationTimeUnit = "ms"
advanced("jvmForks", 1)
advanced("nativeGCAfterIteration", true)
advanced("nativeFork", "perBenchmark")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.20"
kotlinx-serialization = "1.6.0"
benchmark = "0.4.9"
benchmark = "0.4.10"

[libraries]
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit e1e7892

Please sign in to comment.