|
8 years ago | |
---|---|---|
.. | ||
.gitignore | 8 years ago | |
CMakeLists.txt | 8 years ago | |
README.md | 8 years ago | |
benchmark_config.json | 8 years ago | |
common.h | 8 years ago | |
conanfile.txt | 8 years ago | |
default.cpp | 8 years ago | |
epoll.cpp | 8 years ago | |
setup.sh | 8 years ago | |
setup_epoll.sh | 8 years ago | |
setup_thread.sh | 8 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!"}