Julien Viet 057c25b234 Update to Vert.x 4.4.2 with IO uring available on linux + improvements (#8208) 2 年之前
..
src 057c25b234 Update to Vert.x 4.4.2 with IO uring available on linux + improvements (#8208) 2 年之前
README.md 952b5243a0 Bump the dependency versions and upgrade the JDK version to 17 in all Vert.x-related portions except "vertx-web-scala" (#7932) 2 年之前
benchmark_config.json b87408b3aa Upgrade to Vert.x 4.3.5 + cached queries benchmark (#7721) 2 年之前
config.toml b87408b3aa Upgrade to Vert.x 4.3.5 + cached queries benchmark (#7721) 2 年之前
pom.xml 057c25b234 Update to Vert.x 4.4.2 with IO uring available on linux + improvements (#8208) 2 年之前
vertx-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 年之前
vertx.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 年之前

README.md

Vertx Benchmarking Test

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

Plaintext Test

JSON Serialization Test

Database Query Test

Database Queries Test

Database Update Test

Template rendering Test

Caching Test

Versions

Test URLs

Plaintext Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json

Database Query Test

http://localhost:8080/db

Database Queries Test

http://localhost:8080/queries?queries=5

Database Update Test

http://localhost:8080/updates?queries=5

Template rendering Test

http://localhost:8080/fortunes

Cached Query Test

http://localhost:8080/cached-queries?count=10