Skip to content

Commit 454a3b8

Browse files
committed
Extended load test instructions for Payara.
1 parent 9f75732 commit 454a3b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ $ k6 run -u 50 -d 60s kumuluzee-weather/src/test/k6/kumuluzee-weather.js -o infl
2525

2626
$ k6 run -u 50 -d 60s meecrowave-weather/src/test/k6/meecrowave-weather.js -o influxdb=http://localhost:8086/k6
2727

28+
$ k6 run -u 50 -d 60s payara-weather-jar/src/test/k6/payara-weather.js -o influxdb=http://localhost:8086/k6
29+
30+
$ k6 run -u 50 -d 60s payara-weather-war/src/test/k6/payara-weather.js -o influxdb=http://localhost:8086/k6
31+
2832
$ k6 run -u 50 -d 60s spring-weather-jar/src/test/k6/spring-weather.js -o influxdb=http://localhost:8086/k6
2933

3034
$ k6 run -u 50 -d 60s spring-weather-war/src/test/k6/spring-weather.js -o influxdb=http://localhost:8086/k6

0 commit comments

Comments
 (0)