Matthieu Garrigues 9e9a12460b Debug mode for mysql to understand the segv. (#5431) 5 vuotta sitten
..
README.md f68b317e34 [new c++ framework] Lithium. (#5316) 5 vuotta sitten
benchmark_config.json 6ef4867921 Add the lithium-postgres test. (#5319) 5 vuotta sitten
lithium-mysql.dockerfile 9e9a12460b Debug mode for mysql to understand the segv. (#5431) 5 vuotta sitten
lithium-postgres.dockerfile 59c617bdf4 Update lithium. (#5430) 5 vuotta sitten
lithium.cc 59c617bdf4 Update lithium. (#5430) 5 vuotta sitten
symbols.hh f68b317e34 [new c++ framework] Lithium. (#5316) 5 vuotta sitten

README.md

Lithium Benchmarking Test

This test benchmarks the lithium::http_backend. It is a modern C++17 asynchronous web server based on epoll.

Author: Matthieu Garrigues [email protected]

Test Type Implementation Source Code

  • [JSON] lithium.cc
  • [PLAINTEXT] lithium.cc
  • [DB] lithium.cc
  • [QUERY] lithium.cc
  • [CACHED QUERY] Not implemented
  • [UPDATE] lithium.cc
  • [FORTUNES] lithium.cc

Important Libraries

The tests were run with:

Test URLs

JSON

http://localhost:8080/json

PLAINTEXT

http://localhost:8080/plaintext

DB

http://localhost:8080/db

QUERY

http://localhost:8080/query?N=

UPDATE

http://localhost:8080/update?N=

FORTUNES

http://localhost:8080/fortunes