feat: add some benchmarking stuff
This commit is contained in:
parent
5d1574ffd4
commit
dd48b960c2
6 changed files with 74 additions and 23 deletions
4
Makefile
4
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue