空手道支持 Scala 上的 Java 性能测试

问题描述 投票:0回答:1

现在 gattle 支持 java,我想知道是否有计划转换或添加对 java 性能测试设置的支持?

https://www.knowledgehut.com/blog/programming/scala-vs-java

https://gadling.io/blog/java-kotlin-or-scala-which-gadling-flavor-is-right-for-you

Java、Kotlin 和 Scala 之间的一些技术差异:

Scala and Kotlin are less verbose than Java
Scala and Kotlin compilers are way slower and have more CPU usage than the Java compiler
Scala requires an extra (free) IntelliJ IDEA plugin that's not installed by default
Scala and Kotlin require extra maven and gradle configurations, while Java is set for both out-of-the-box. This point is mitigated by all the demo projects we provide to get you started.
Scala is the only one of the three that works with sbt, the interactive build tool for Scala that is supported by Gatling
karate
1个回答
0
投票

使用这个答案彼得托马斯最近留下了一个不同的空手道加特林相关问题-

“请参阅“TODO”示例 - 这里是 karate-1.5 分支的链接,您可以在其中使用 Java DSL 而不是 Scala:https://github.com/karatelabs/karate-todo/tree/karate -1.5英寸

© www.soinside.com 2019 - 2024. All rights reserved.