File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- * .sh text eol =lf
1
+ * .sh text eol =lf
2
+ * .sh text eol =lf
3
+ * .srt text
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ val keycloakVersion = "26.0.8"
19
19
val sttpVersion = " 3.10.1"
20
20
val influxdbVersion = " 7.1.0"
21
21
val awsClientVersion = " 2.25.32"
22
- val gatlingVersion = " 3.13.1 "
22
+ val gatlingVersion = " 3.13.5 "
23
23
val circeVersion = " 0.14.8"
24
24
25
25
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.7
1
+ sbt.version =1.10.10
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.0 " )
1
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.14.2 " )
2
2
// The now built in dependencyTree task is usually enough
3
3
// https://www.scala-sbt.org/1.x/docs/sbt-1.4-Release-Notes.html#sbt-dependency-graph+is+in-sourced
4
4
// addDependencyTreePlugin
5
5
6
6
// https://docs.gatling.io/reference/integrations/build-tools/sbt-plugin
7
- addSbtPlugin(" io.gatling" % " gatling-sbt" % " 4.10.2 " )
7
+ addSbtPlugin(" io.gatling" % " gatling-sbt" % " 4.13.1 " )
Original file line number Diff line number Diff line change @@ -13,11 +13,9 @@ import scala.concurrent.duration.*
13
13
/**
14
14
* Show the use of Gatling ActionBuilder to create a custom action
15
15
* In our case to generate files to be picked up by the [[DirectoryWatcher ]]
16
- * Since there are not HTTP requests issued by this simulation,
17
- * we do not get a report at the end
18
16
*
19
17
* Run from terminal:
20
- * sbt 'Gatling/testOnly DirectoryWatcherSimulation'
18
+ * sbt 'Gatling/testOnly DirectoryWatcherSimulation -- --no-reports '
21
19
*/
22
20
class DirectoryWatcherSimulation extends Simulation {
23
21
private val rootDir = " /tmp/directory-watcher-simulation"
@@ -104,4 +102,4 @@ class DirectoryWatcherSimulation extends Simulation {
104
102
global.responseTime.max.lt(5000 ),
105
103
global.successfulRequests.percent.is(100 )
106
104
).maxDuration(30 .seconds) // For now stop like this
107
- }
105
+ }
You can’t perform that action at this time.
0 commit comments