File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 20
20
readyStateText : NodeJS worker listening
21
21
arguments : --add-host="tfb-database:{{databaseServer}}"
22
22
23
- actix :
23
+ actix_default : # json and plaintext scenarios
24
24
source :
25
25
repository : https://github.com/TechEmpower/FrameworkBenchmarks.git
26
26
branchOrCommit : master
30
30
readyStateText : Started http server
31
31
arguments : --add-host="tfb-database:{{databaseServer}}"
32
32
33
+ actix_http : # db scenarios are in another image
34
+ source :
35
+ repository : https://github.com/TechEmpower/FrameworkBenchmarks.git
36
+ branchOrCommit : master
37
+ dockerFile : frameworks/Rust/actix/actix-http.dockerfile
38
+ dockerImageName : actix_http
39
+ dockerContextDirectory : frameworks/Rust/actix/
40
+ readyStateText : Starting http server
41
+ arguments : --add-host="tfb-database:{{databaseServer}}"
42
+
33
43
fasthttp :
34
44
source :
35
45
repository : https://github.com/TechEmpower/FrameworkBenchmarks.git
@@ -132,7 +142,7 @@ scenarios:
132
142
# Actix (Rust)
133
143
plaintext_actix :
134
144
application :
135
- job : actix
145
+ job : actix_default
136
146
load :
137
147
job : wrk
138
148
variables :
@@ -143,7 +153,7 @@ scenarios:
143
153
144
154
json_actix :
145
155
application :
146
- job : actix
156
+ job : actix_default
147
157
load :
148
158
job : wrk
149
159
variables :
@@ -155,10 +165,7 @@ scenarios:
155
165
db :
156
166
job : postgresql
157
167
application :
158
- job : actix
159
- source :
160
- dockerFile : frameworks/Rust/actix/actix-http.dockerfile
161
- dockerImageName : actix_http
168
+ job : actix_http
162
169
load :
163
170
job : wrk
164
171
variables :
You can’t perform that action at this time.
0 commit comments