Skip to content

Commit

Permalink
feat: update to gatling 3.6.1 scala 2.13.6 sbt 1.5.5 and picatinny 0.…
Browse files Browse the repository at this point in the history
…7.2 (#13)

* feat: update versions

* fix: change command for run

Co-authored-by: m.tretyakov <[email protected]>
  • Loading branch information
mxndtr and m.tretyakov authored Jul 29, 2021
1 parent 81aaf34 commit 1bb197d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/main/g8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ read: https://github.com/TinkoffCreditSystems/gatling-picatinny/blob/master/READ
1. Debug test with 1 user, requires proxy on localhost:8888, eg using Fiddler or Wireshark

```
"gatling:testOnly $package$.$name;format="word"$.Debug"
"Gatling / testOnly $package$.$name;format="word"$.Debug"
```

2. Run test from IDEA with breakpoints
Expand All @@ -52,8 +52,8 @@ $package$.GatlingRunner
## Launch test

```
"gatling:testOnly $package$.$name;format="word"$.MaxPerformance" - maximum performance test
"gatling:testOnly $package$.$name;format="word"$.Stability" - stability test
"Gatling / testOnly $package$.$name;format="word"$.MaxPerformance" - maximum performance test
"Gatling / testOnly $package$.$name;format="word"$.Stability" - stability test
```

## Help
Expand Down
10 changes: 5 additions & 5 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=myservice
package=ru.tinkoff.load
description=Creates a Gatling project with sample performance test.
scala_version=2.13.4
sbt_version=1.4.7
gatling_version=3.5.1
sbt_gatling_version=3.2.1
gatling_picatinny_version=0.7.0
scala_version=2.13.6
sbt_version=1.5.5
gatling_version=3.6.1
sbt_gatling_version=3.2.2
gatling_picatinny_version=0.7.2
verbatim=*.conf *.xml

0 comments on commit 1bb197d

Please sign in to comment.