Skip to content

Commit 698e69b

Browse files
committed
wip
1 parent b78c530 commit 698e69b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frameworks/Rust/ntex/benchmark_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"notes": "",
3838
"versus": ""
3939
},
40-
"default": {
40+
"default-rt": {
4141
"json_url": "/json",
4242
"plaintext_url": "/plaintext",
4343
"port": 8080,

frameworks/Rust/ntex/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ platform = "None"
2727
webserver = "ntex"
2828
versus = ""
2929

30-
[default]
30+
[default-rt]
3131
urls.plaintext = "/plaintext"
3232
urls.json = "/json"
3333
approach = "Realistic"

frameworks/Rust/ntex/ntex-plt-default.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADD ./ /ntex
99
WORKDIR /ntex
1010

1111
RUN cargo clean
12-
RUN RUSTFLAGS="-C target-cpu=native" cargo build --release --features="default"
12+
RUN RUSTFLAGS="-C target-cpu=native" cargo build --release --features="default-rt"
1313

1414
EXPOSE 8080
1515

0 commit comments

Comments
 (0)