kotlinx-benchmark
kotlinx-benchmark copied to clipboard
Kotlin multiplatform benchmarking toolkit
Commit the Yarn lock file https://kotlinlang.org/docs/js-project-setup.html#version-locking-via-kotlin-js-store
Add explicit Sign task dependency in Plugin build config Fix #230 Depends on #232
Hi, I was a bit confused with the current warning when the native benchmark is skipped because the current OS does not match the expected for that target E.g.: >...
Updating to Gradle 8.7 #203 has revealed an issue with task configuration. When running the build in TeamCity, it fails with a task dependency error. https://teamcity.jetbrains.com/buildConfiguration/KotlinTools_KotlinxBenchmark_Build_Windows/4678719?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildDeploymentsSection=false ``` org.gradle.internal.execution.WorkValidationException: A problem...
From what I can tell, the Kotlin Reflect dependency is unnecessary. To avoid clashes with Gradle's embedded Kotlin, and with other plugins, Gradle plugins should avoid using unnecessary dependencies.
- Convert buildSrc to build-logic, so utils/conventions can be re-used in other included builds. - Introduce convention plugins for common config, and publishing (replacing kotlinx.team.infra, which is not compatible with...
Hello! I would like to use this library as part of a DSL that I own, to be able to declare benchmarks dynamically. However, the project currently requires declaring benchmarks...
The primary focus of our current development is to promote the library from Alpha to Beta [stability level](https://kotlinlang.org/docs/components-stability.html). This involves enhancing robustness and reliability, meaning our priority is to mature...
I have a module with iOS & Android and I'd like to benchmark the `commonMain` code that gets run on both iOS & Android. There's a [docu for Kotlin/JVM project](https://github.com/Kotlin/kotlinx-benchmark/blob/619f67d4f52dcfec7b6d4eecd33e19aa01de55da/docs/separate-benchmark-source-set.md#kotlinjvm-project),...