spekframework / spek

A specification framework for Kotlin
Other
2.23k stars 179 forks source link

Initialization is very slow #867

Closed cldfzn closed 4 years ago

cldfzn commented 4 years ago

Currently using Spek for a smaller project with only ~2000 tests (800 actual tests) and it takes about 20-25 seconds between gradle switching to the test task and any tests being discovered and executed. Is this expected?

cldfzn commented 4 years ago

Just noticed the duplicate with a different name.