Mike Smith 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
..
CMakeLists.txt 98528d3ed7 Resolve some pthread configuration issues around Luna (#2751) 8 years ago
README.md 4555c2949f Add support for the Luna C++ framework (#2692) 8 years ago
benchmark_config.json 15a2dab4e5 C++/Luna (#3468) 7 years ago
common.h 4555c2949f Add support for the Luna C++ framework (#2692) 8 years ago
conanfile.txt 98528d3ed7 Resolve some pthread configuration issues around Luna (#2751) 8 years ago
default.cpp 4555c2949f Add support for the Luna C++ framework (#2692) 8 years ago
epoll.cpp 4555c2949f Add support for the Luna C++ framework (#2692) 8 years ago
luna-base.dockerfile 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
luna-epoll.dockerfile 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
luna-thread.dockerfile 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
luna.dockerfile 6fce84a278 WIP: Dockerify everything (#3457) 7 years ago
thread.cpp 4555c2949f Add support for the Luna C++ framework (#2692) 8 years ago

README.md

#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.

Source Code

Test URLs

/plaintext

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!

/json

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!"}