Colin Redmond f0726d9456 Update Helidon Nima to 4.0.0-ALPHA6 (#8234) 2 ani în urmă
..
nima f0726d9456 Update Helidon Nima to 4.0.0-ALPHA6 (#8234) 2 ani în urmă
reactive b896bdf949 New benchmark implementation for Helidon that includes Nima support (#7614) 2 ani în urmă
README.md f0726d9456 Update Helidon Nima to 4.0.0-ALPHA6 (#8234) 2 ani în urmă
benchmark_config.json b896bdf949 New benchmark implementation for Helidon that includes Nima support (#7614) 2 ani în urmă
config.toml b896bdf949 New benchmark implementation for Helidon that includes Nima support (#7614) 2 ani în urmă
helidon-nima.dockerfile f0726d9456 Update Helidon Nima to 4.0.0-ALPHA6 (#8234) 2 ani în urmă
helidon.dockerfile c0956fff13 New parent images in Helidon docker files (#7667) 2 ani în urmă
pom.xml b896bdf949 New benchmark implementation for Helidon that includes Nima support (#7614) 2 ani în urmă

README.md

Helidon Benchmarking Test

This is the Helidon portion of a benchmarking test suite comparing a variety of web development platforms. Two Helidon APIs are implemented: Reactive and Nima. The Reactive API has been around since the first version of Helidon while Nima is a new, blocking API based on JDK 20 virtual threads.

The code is organized into two Maven modules, namely, reactive and nima. Both modules implement the same set of tests outlined below.

Plaintext Test

JSON Serialization Test

Database Query Test

Database Queries Test

Database Update Test

Template Rendering 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