Shreck Ye 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) 2 năm trước cách đây
..
gradle 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) 2 năm trước cách đây
src 3f5bf976ce Use `Dispatchers.Unconfined` in "vertx-web-kotlin-coroutines" to reduce overhead and improve performance (#7912) 2 năm trước cách đây
.gitattributes 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) 2 năm trước cách đây
README.md 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 năm trước cách đây
benchmark_config.json 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 năm trước cách đây
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) 2 năm trước cách đây
config.toml 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 năm trước cách đây
gradle.properties 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 năm trước cách đây
gradlew 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) 2 năm trước cách đây
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) 2 năm trước cách đây
settings.gradle.kts 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 năm trước cách đây
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) 2 năm trước cách đây
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) 2 năm trước cách đây

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.