ecruz-te e53e0260e5 Add broken tags to FW's that haven't started/stopped correctly in last 3 full runs + script for detecting failing frameworks (#8255) há 2 anos atrás
..
gradle 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) há 2 anos atrás
src 3e94d08a4a Use `PgConnection` instead of `PgPool` in the portions "vert-web" and "vert-web-kotlin-coroutines" to improve performance (#7933) há 2 anos atrás
.gitattributes 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) há 2 anos atrás
README.md 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) há 3 anos atrás
benchmark_config.json e53e0260e5 Add broken tags to FW's that haven't started/stopped correctly in last 3 full runs + script for detecting failing frameworks (#8255) há 2 anos atrás
build.gradle.kts 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) há 2 anos atrás
config.toml 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) há 3 anos atrás
gradle.properties 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) há 3 anos atrás
gradlew 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) há 2 anos atrás
gradlew.bat 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) há 2 anos atrás
settings.gradle.kts 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) há 3 anos atrás
vertx-web-kotlin-coroutines-postgres.dockerfile 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) há 2 anos atrás
vertx-web-kotlin-coroutines.dockerfile 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) há 2 anos atrás

README.md

Vert.x Web With Kotlin Coroutines Benchmarking Test

This is the Vert.x Web With Kotlin Coroutines portion of a benchmarking test suite comparing a variety of web development platforms.

This project is adapted from the Vert.x Web portion, with consistent dependency versions, code converted into Kotlin, and all future compositions adapted into coroutine calls, mainly to see how much overhead Kotlin coroutines introduce. See that project for more details.