Skip to content

Commit 0b60ca1

Browse files
updating water http release version (#10450)
* Add water-http framework * benchmark_config.json update * updating water_http version to release one * updating water_http release version * version update
1 parent e022f8b commit 0b60ca1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

frameworks/Rust/water-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ edition = "2018"
66
[dependencies]
77
askama = "0.14.0"
88
tokio = { version = "1.47.1", features = ["full"] }
9-
water_http = {git = "https://github.com/HassanSharara/water_http.git", branch = "beta", features = ["use_only_http1"],optional = true , version = "3.0.8-beta.5" }
9+
water_http = { version = "3.2.1-beta.14" ,optional = true , features = ["use_only_http1"]}
1010
smallvec = "1.15.1"
1111
nanorand = "0.8.0"
1212
tokio-postgres = "0.7.15"
1313
sonic-rs = "0.5.5"
14-
bytes = "1.10.1"
14+
bytes = "1.11.0"
1515
serde = { version = "1.0.228", features = ["derive","rc"] }
1616
futures-util = "0.3.31"
1717
num_cpus = "1.17.0"

frameworks/Rust/water-http/benchmark_config.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
{
23
"framework": "water-http",
34
"tests": [
@@ -11,7 +12,7 @@
1112
"update_url": "/updates?q=",
1213
"port": 8080,
1314
"approach": "Realistic",
14-
"classification": "Micro",
15+
"classification": "Fullstack",
1516
"database": "Postgres",
1617
"framework": "water_http",
1718
"language": "Rust",
@@ -30,7 +31,7 @@
3031
"update_url": "/updates?q=",
3132
"port": 8080,
3233
"approach": "Realistic",
33-
"classification": "Micro",
34+
"classification": "Fullstack",
3435
"database": "Postgres",
3536
"framework": "water_http",
3637
"language": "Rust",
@@ -46,7 +47,7 @@
4647
"cached_query_url": "/cached-queries?q=",
4748
"port": 8080,
4849
"approach": "Realistic",
49-
"classification": "Micro",
50+
"classification": "Fullstack",
5051
"database": "Postgres",
5152
"framework": "water_http",
5253
"language": "Rust",
@@ -61,7 +62,7 @@
6162
"json_url": "/json",
6263
"port": 8080,
6364
"approach": "Realistic",
64-
"classification": "Micro",
65+
"classification": "Fullstack",
6566
"framework": "water_http",
6667
"language": "Rust",
6768
"orm": "raw",
@@ -75,7 +76,7 @@
7576
"plaintext_url": "/plaintext",
7677
"port": 8080,
7778
"approach": "Realistic",
78-
"classification": "Micro",
79+
"classification": "Fullstack",
7980
"framework": "water_http",
8081
"language": "Rust",
8182
"orm": "raw",

0 commit comments

Comments
 (0)