|
7 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 8 years ago | |
README.md | 8 years ago | |
benchmark_config.json | 7 years ago | |
common.h | 8 years ago | |
conanfile.txt | 8 years ago | |
default.cpp | 8 years ago | |
epoll.cpp | 8 years ago | |
luna-base.dockerfile | 7 years ago | |
luna-epoll.dockerfile | 7 years ago | |
luna-thread.dockerfile | 7 years ago | |
luna.dockerfile | 7 years ago | |
thread.cpp | 8 years ago |
#Luna Benchmarking Test
Luna is a web framework for modern C++, designed for low latency and high throughput. These tests use version 2.10.1 of Luna.
HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 13
Server: luna/2.10.1
Content-Type: text/plain
Server: luna
Date: Thu, 13 Apr 2017 11:40:58 GMT
Hello, world!
HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 27
Server: luna/2.10.1
Content-Type: application/json
Server: luna
Date: Thu, 13 Apr 2017 11:40:58 GMT
{"message":"Hello, World!"}