diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2026-05-21 16:52:31 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-21 16:52:31 +1000 |
| commit | 5b4b6bde235e47fcc7074578673dfea1077771a7 (patch) | |
| tree | 5a4dfbae02455cda92e90b21dfbbd413c3e27eae /gradle | |
| parent | ac6a11f2eb9e415b9f8782424d975adbd0d2ddd9 (diff) | |
Added Benchmarking tools (#413)
Added files for the smaller workload benchmarks
Added benchmark examples
Started implementing benchmarking functions
Diffstat (limited to 'gradle')
| -rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8c326883..264cd09d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,6 @@ kotlin-noarg = { module = "org.jetbrains.kotlin:kotlin-noarg", version.ref = "ko kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" } # Logging -#kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version.ref = "kotlin-logging" } kotlin-logging = { module = "io.github.microutils:kotlin-logging", version.ref = "kotlin-logging" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" } |
