Skip to content

Commit d8fd600

Browse files
not provided simulation
1 parent 67e87d5 commit d8fd600

File tree

6 files changed

+42
-76
lines changed

6 files changed

+42
-76
lines changed

.editorconfig

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 2
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
# GIT
13+
[COMMIT_EDITMSG]
14+
indent_size = 4
15+
indent_style = space
16+
max_line_length = 80
17+
18+
[*.patch]
19+
trim_trailing_whitespace = false
20+
21+
###
22+
#
23+
# Scala Config
24+
#
25+
###
26+
[{*.scala,*.sbt}]
27+
indent_size = 2
28+
max_line_length = 80
29+
30+
[{*.hcl,*.conf}]
31+
indent_size = 2
32+
max_line_length = 100
33+
34+
# Bash Files
35+
[*.sh]
36+
end_of_line = lf
37+
38+
# Tab indentation (no size specified)
39+
[Makefile]
40+
indent_style = tab

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,4 @@ gradle-app.setting
262262

263263
results/*
264264
!results/.gitkeep
265+
gradle/*

src/VersionWarmupSimulation.scala

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/WarmupSimulation.scala

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/actions/Address.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import io.gatling.core.body.StringBody
44
import io.gatling.http.Predef._
55
import io.gatling.core.Predef._
66

7-
object Address {
7+
object PostBlueprintObject {
88

99
val address = csv("address.csv").eager.random
1010

src/actions/Version.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import io.gatling.core.Predef._
55

66
object Version {
77

8-
98
val validate =
109
exec(http("Version Check")
1110
.get("/__version__"))

0 commit comments

Comments
 (0)