Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
761 stars 48 forks source link

Enable parallel forks for tests #760

Open koperagen opened 4 days ago

koperagen commented 4 days ago

Let's see how it affects build server performance. I tried to benchmark locally, but execution time is just way too unstable to tell if it actually helps or not Configured according to https://docs.gradle.org/current/userguide/performance.html#execute_tests_in_parallel

Jolanrensen commented 3 days ago

That is a good idea!