feat: add some benchmarking stuff

This commit is contained in:
Jef Roosens 2022-12-10 20:03:14 +01:00
parent 5d1574ffd4
commit dd48b960c2
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 74 additions and 23 deletions

View file

@ -43,6 +43,10 @@ prod: cmake-release
run: build
@ LANDER_DATA_DIR=data LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test ./build/Debug/lander
.PHONY: run-prod
run-prod: prod
@ LANDER_DATA_DIR=data LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test ./build/Release/lander
.PHONY: valgrind
valgrind: build
@ LANDER_DATA_DIR=data LANDER_BASE_URL=http://localhost:18080/ LANDER_API_KEY=test \