Shreck Ye 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
..
gradle 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
src 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
README.md 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
benchmark_config.json 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
build.gradle.kts 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
config.toml 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
gradle.properties 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
gradlew 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
gradlew.bat 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
settings.gradle.kts 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
vertx-web-kotlin-coroutines-postgres.dockerfile 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu
vertx-web-kotlin-coroutines.dockerfile 32981b5b53 New benchmark: Vert.x Web with Kotlin coroutines (#7011) 3 lat temu

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.