Skip to content

Commit 5da388a

Browse files
committed
fixed:default docker file
1 parent 0cdcf86 commit 5da388a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frameworks/CSharp/touchsocket/benchmark_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"framework": "touchsocket",
33
"tests": [
44
{
5-
"webapi": {
5+
"default": {
66
"plaintext_url": "/plaintext",
77
"json_url": "/json",
88
"port": 8080,

frameworks/CSharp/touchsocket/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[framework]
22
name = "touchsocket"
33

4-
[webapi]
4+
[main]
55
urls.plaintext = "/plaintext"
66
urls.json = "/json"
77
approach = "Realistic"

0 commit comments

Comments
 (0)