Hi, I'm trying to hack ktor, but I can't run any b...
# ktor
u
Hi, I'm trying to hack ktor, but I can't run any benchmark:
Copy code
gradle clean
...
gradle runBenchmark -PbenchmarkClassFqName=io.ktor.server.benchmarks.ValuesMapBenchmark
Error: Main method not found in class io.ktor.server.benchmarks.ValuesMapBenchmark, please define the main method as:
   public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application
Latest gradle (4.4), project is successfully built. What am I doing wrong? Is it a some common problem, or my env failure and I should continue to dig deeper?