Skip to content

Commit 9075d86

Browse files
author
黑小马
committed
update version
1 parent bdc6e2b commit 9075d86

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

frameworks/Java/hserver/benchmark_config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
{
66
"default": {
77
"db_url": "/db",
8-
"query_url": "/queries?queries=",
98
"fortune_url": "/fortunes",
109
"plaintext_url": "/plaintext",
11-
"update_url": "/updates?queries=",
1210
"json_url": "/json",
1311
"port": 8888,
1412
"approach": "Realistic",
@@ -28,4 +26,4 @@
2826
}
2927
}
3028
]
31-
}
29+
}

frameworks/Java/hserver/config.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ name = "hserver"
55
urls.plaintext = "/plaintext"
66
urls.json = "/json"
77
urls.db = "/db"
8-
urls.query = "/queries?queries="
9-
urls.update = "/updates?queries="
108
urls.fortune = "/fortunes"
119
approach = "Realistic"
1210
classification = "Fullstack"
1311
os = "Linux"
1412
orm = "Full"
1513
platform = "None"
1614
webserver = "None"
17-
versus = "hserver"
15+
versus = "hserver"

0 commit comments

Comments
 (0)