Hello ktor team! I'd like to learn more about the ...
# ktor
w
Hello ktor team! I'd like to learn more about the benchmark tests necessary for the PR 1599 (https://github.com/ktorio/ktor/pull/1599). I already checked the subproject ktor-server:ktor-server-benchmarks but when i want to run
gradlew :k-s:k-s-b:runBenchmark -PbenchmarkName=PipelineBenchmark
I get a bunch of Gradle config errors like this one (shortened):
Copy code
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?