Werner Thumann
02/08/2020, 8:10 PMgradlew :k-s:k-s-b:runBenchmark -PbenchmarkName=PipelineBenchmark
I get a bunch of Gradle config errors like this one (shortened):
Could not determine the dependencies of task ':ktor-server:ktor-server-benchmarks:runBenchmark'.
> Could not resolve all task dependencies for configuration ':ktor-server:ktor-server-benchmarks:jmh'.
> Could not resolve project :ktor-server:ktor-server-test-host.
Required by:
project :ktor-server:ktor-server-benchmarks
> Cannot choose between the following variants of project :ktor-server:ktor-server-test-host:
- jvmApiElements
- jvmCompile
- jvmCompileOnly
- ...
Could you please tell me:
• Are these the right benchmark tests to run?
• Do you also get the error above? Or is it just a local problem with my setup?