Skip to content

Commit 1bb197d

Browse files
mxndtrm.tretyakov
and
m.tretyakov
authored
feat: update to gatling 3.6.1 scala 2.13.6 sbt 1.5.5 and picatinny 0.7.2 (#13)
* feat: update versions * fix: change command for run Co-authored-by: m.tretyakov <[email protected]>
1 parent 81aaf34 commit 1bb197d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/main/g8/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ read: https://github.com/TinkoffCreditSystems/gatling-picatinny/blob/master/READ
4040
1. Debug test with 1 user, requires proxy on localhost:8888, eg using Fiddler or Wireshark
4141

4242
```
43-
"gatling:testOnly $package$.$name;format="word"$.Debug"
43+
"Gatling / testOnly $package$.$name;format="word"$.Debug"
4444
```
4545

4646
2. Run test from IDEA with breakpoints
@@ -52,8 +52,8 @@ $package$.GatlingRunner
5252
## Launch test
5353

5454
```
55-
"gatling:testOnly $package$.$name;format="word"$.MaxPerformance" - maximum performance test
56-
"gatling:testOnly $package$.$name;format="word"$.Stability" - stability test
55+
"Gatling / testOnly $package$.$name;format="word"$.MaxPerformance" - maximum performance test
56+
"Gatling / testOnly $package$.$name;format="word"$.Stability" - stability test
5757
```
5858

5959
## Help

src/main/g8/default.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=myservice
22
package=ru.tinkoff.load
33
description=Creates a Gatling project with sample performance test.
4-
scala_version=2.13.4
5-
sbt_version=1.4.7
6-
gatling_version=3.5.1
7-
sbt_gatling_version=3.2.1
8-
gatling_picatinny_version=0.7.0
4+
scala_version=2.13.6
5+
sbt_version=1.5.5
6+
gatling_version=3.6.1
7+
sbt_gatling_version=3.2.2
8+
gatling_picatinny_version=0.7.2
99
verbatim=*.conf *.xml

0 commit comments

Comments
 (0)