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

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.