Matthieu Garrigues 68c13b5c94 Lithium update. (#6129) 4 years ago
..
README.md e3c5277d8a Lithium: sql optimizations for non-pipeline mode + PGO for pipeline mode. (#5924) 5 years ago
benchmark_config.json 5e98353c75 Lithium update. (#6100) 4 years ago
compile-batch.sh 68c13b5c94 Lithium update. (#6129) 4 years ago
compile.sh 68c13b5c94 Lithium update. (#6129) 4 years ago
compile_libpq.sh 5e98353c75 Lithium update. (#6100) 4 years ago
gdb.cmds 33bf3e8e06 Less mysql connections. Use gdb to debug plaintext. (#5445) 5 years ago
lithium-postgres-batch-monothread.dockerfile 1e843b93d6 Lithium: 1 connection for batch mode. Use the -batch prefix for postgres batch mode. (#5986) 5 years ago
lithium-postgres-batch.dockerfile 68c13b5c94 Lithium update. (#6129) 4 years ago
lithium-postgres.dockerfile 68c13b5c94 Lithium update. (#6129) 4 years ago
lithium.cc 68c13b5c94 Lithium update. (#6129) 4 years ago
lithium.dockerfile 68c13b5c94 Lithium update. (#6129) 4 years ago
lithium_batch.cc 68c13b5c94 Lithium update. (#6129) 4 years ago
lithium_pipeline.cc 1e843b93d6 Lithium: 1 connection for batch mode. Use the -batch prefix for postgres batch mode. (#5986) 5 years ago
symbols.hh f68b317e34 [new c++ framework] Lithium. (#5316) 5 years ago

README.md

Lithium Benchmarking Test

This test benchmarks the Lithium framework. It is a modern C++17 asynchronous web server based on epoll and coroutines.

Author: Matthieu Garrigues [email protected]

Test Type Implementation Source Code

  • [JSON] lithium.cc
  • [PLAINTEXT] lithium.cc
  • [DB] lithium.cc
  • [QUERY] lithium.cc
  • [CACHED QUERY] lithium.cc
  • [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/queries?N=

UPDATE

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

FORTUNES

http://localhost:8080/fortunes

CACHED QUERY

http://localhost:8080/cached-world?N=