m8 / cpp_rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkdir build && cd build
cmake ..
make -j

./REST <n_cores>

for benchmarks install https://k6.io/docs/get-started/installation/, then run the benchmark with k6 run --summary-trend-stats="min,med,avg,max,p(99),p(99.9),p(99.99)" bench2.js

About


Languages

Language:C++ 99.5%Language:JavaScript 0.3%Language:CMake 0.1%Language:Makefile 0.0%