Skip to content

Commit

Permalink
chore(dev): Relative Gatling workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Aug 21, 2023
1 parent 58ddeea commit f049738
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stress-test/run-test.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
# curl -v "http://localhost:9999/contagem-pessoas"

GATLING_BIN_DIR=$HOME/gatling/3.9.5/bin

WORKSPACE=$HOME/projects/rinha-de-backend-2023-q3/stress-test
WORKSPACE=$(dirname $(realpath $0))

sh $GATLING_BIN_DIR/gatling.sh -rm local -s RinhaBackendSimulation \
-rd "DESCRICAO" \
Expand All @@ -16,4 +15,4 @@ sh $GATLING_BIN_DIR/gatling.sh -rm local -s RinhaBackendSimulation \

sleep 3

curl -v "http://localhost:9999/contagem-pessoas"
curl -v "http://localhost:9999/contagem-pessoas"

0 comments on commit f049738

Please sign in to comment.