Carrot 5240fe5ebb Update Pellet to 0.0.15 (#7540) 3 years ago
..
sample 5240fe5ebb Update Pellet to 0.0.15 (#7540) 3 years ago
README.md 18dc222e06 Update Pellet to 0.0.14, include more benchmarks (#7442) 3 years ago
benchmark_config.json 18dc222e06 Update Pellet to 0.0.14, include more benchmarks (#7442) 3 years ago
pellet.dockerfile 3942db3979 Add Pellet framework (#7301) 3 years ago

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