Joan Miquel 9dd0a31b6e Fix lithium db test to use random number (#5741) 5 年 前
..
README.md f68b317e34 [new c++ framework] Lithium. (#5316) 5 年 前
benchmark_config.json ac475b4dcd Lithium: Use only one thread for postgres. (#5615) 5 年 前
gdb.cmds 33bf3e8e06 Less mysql connections. Use gdb to debug plaintext. (#5445) 5 年 前
lithium-mysql-1t.dockerfile ac475b4dcd Lithium: Use only one thread for postgres. (#5615) 5 年 前
lithium-postgres-1t.dockerfile ac475b4dcd Lithium: Use only one thread for postgres. (#5615) 5 年 前
lithium-postgres.dockerfile 623418289e Some QoL Stuff (#5604) 5 年 前
lithium.cc 9dd0a31b6e Fix lithium db test to use random number (#5741) 5 年 前
lithium.dockerfile ac475b4dcd Lithium: Use only one thread for postgres. (#5615) 5 年 前
symbols.hh f68b317e34 [new c++ framework] Lithium. (#5316) 5 年 前

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