Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 722 Bytes

File metadata and controls

31 lines (20 loc) · 722 Bytes

simple_http_server

Status

master coverage

Build & Run with docker

build with docker:

./run_me.sh

How to run from command line

./http_server -p 8080 --db sqlite3

Performance testing

curl -si 127.0.0.1:8080/api/objects/abc -XPUT -d 'przykladowe dane' -H 'Content-Type:application/json'
ab -n 10000 -c 10 http://127.0.0.1:8080/api/objects/abc

gitlab local ci

gitlab-runner exec docker server-build