Skip to content

Commit e4ae542

Browse files
authored
Update actix definitions
1 parent 31b466a commit e4ae542

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scenarios/te.benchmarks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
source:
2525
repository: https://github.com/TechEmpower/FrameworkBenchmarks.git
2626
branchOrCommit: master
27-
dockerFile: frameworks/Rust/actix/actix-raw.dockerfile
28-
dockerImageName: actix_raw
27+
dockerFile: frameworks/Rust/actix/actix.dockerfile
28+
dockerImageName: actix_default
2929
dockerContextDirectory: frameworks/Rust/actix/
3030
readyStateText: Started http server
3131
arguments: --add-host="tfb-database:{{databaseServer}}"
@@ -157,8 +157,8 @@ scenarios:
157157
application:
158158
job: actix
159159
source:
160-
dockerFile: frameworks/Rust/actix/actix-pg.dockerfile
161-
dockerImageName: actix_pg
160+
dockerFile: frameworks/Rust/actix/actix-http.dockerfile
161+
dockerImageName: actix_http
162162
load:
163163
job: wrk
164164
variables:
@@ -387,4 +387,4 @@ scenarios:
387387
variables:
388388
presetHeaders: json
389389
path: /cached-worlds?count=100
390-
serverPort: 8080
390+
serverPort: 8080

0 commit comments

Comments
 (0)