carrot 9f24f6e1a8 Update Pellet runtime JVM to 22 (#8827) 1 年間 前
..
sample bb28a9f2b0 Update Pellet to 0.0.16 (#8817) 1 年間 前
README.md 18dc222e06 Update Pellet to 0.0.14, include more benchmarks (#7442) 3 年 前
benchmark_config.json 18dc222e06 Update Pellet to 0.0.14, include more benchmarks (#7442) 3 年 前
pellet.dockerfile 9f24f6e1a8 Update Pellet runtime JVM to 22 (#8827) 1 年間 前

README.md

Pellet

Pellet is an opinionated, Kotlin-first web framework that helps you write fast, concise, and correct backend services 🚀.

This is a simple set of benchmarks as part of the TechEmpower Web Framework Benchmarks suite.

The suite currently includes the plaintext, JSON serialization, single query, multiple query, database updates, and fortunes tests.

All routes are contained within the Benchmark.kt file.

Test URLs

Plaintext

http://localhost:8080/plaintext

JSON Serialization

http://localhost:8080/json

Single Query

http://localhost:8080/db

Multiple Queries

http://localhost:8080/queries

Database Updates

http://localhost:8080/updates

Fortunes

http://localhost:8080/fortunes