Julien Viet a77b6eb051 Revert for now native epoll on linux instead of io-uring (#9208) 1 year ago
..
src c4443eb4b0 Update to jsonsergen 0.0.5 with the JsonDsl backend (#9190) 1 year ago
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 years ago
benchmark_config.json b87408b3aa Upgrade to Vert.x 4.3.5 + cached queries benchmark (#7721) 2 years ago
config.toml b87408b3aa Upgrade to Vert.x 4.3.5 + cached queries benchmark (#7721) 2 years ago
pom.xml a77b6eb051 Revert for now native epoll on linux instead of io-uring (#9208) 1 year ago
vertx-postgres.dockerfile 1a62761218 Upgrade to Vert.x 4.5.9 and use the new data object JSON serializer library, in addition perform a few tweaks to the server. (#9171) 1 year ago
vertx.dockerfile 1a62761218 Upgrade to Vert.x 4.5.9 and use the new data object JSON serializer library, in addition perform a few tweaks to the server. (#9171) 1 year ago

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