Back to Frameworkbenchmarks

Vortex web framework

frameworks/Rust/vortex/README.md

3650 B
Original Source

Vortex web framework

Description

Vortex is a high-performance HTTP framework for Linux, built on io_uring with thread-per-core architecture.

Database

PostgreSQL (custom binary wire protocol).

Test URLs

Test 1: JSON Encoding

http://localhost:8080/json

Test 2: Single Row Query

http://localhost:8080/db

Test 3: Multi Row Query

http://localhost:8080/queries?q=20

Test 4: Fortunes (Template rendering)

http://localhost:8080/fortunes

Test 5: Update Query

http://localhost:8080/updates?q=20

Test 6: Plaintext

http://localhost:8080/plaintext