From fdb95f521d3a6176523ea64a12ac10fd2ae240ac Mon Sep 17 00:00:00 2001 From: Ranko Orlic Date: Mon, 8 Apr 2024 20:22:52 +0200 Subject: [PATCH] fix: minor issues --- .gitignore | 1 + load-testing/README.md | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 900fb01..322a68e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /data/epsg/ /*/tests/.java/ jmeter.log +.DS_Store diff --git a/load-testing/README.md b/load-testing/README.md index 913969c..6f999e5 100644 --- a/load-testing/README.md +++ b/load-testing/README.md @@ -6,11 +6,6 @@ Here you can find load tests for: ## Initialization Before running the tests you need to create the required locations (with the correct permissions): -for the runner: -```bash -mkdir -p ./database -chmod o+w ./database -``` for the server: ```bash mkdir -p ./server/tmp/epsg