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

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.