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

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