diff --git a/frameworks/Rust/water-http/Cargo.toml b/frameworks/Rust/water-http/Cargo.toml index fe22c5a9a68..2050f481fd9 100644 --- a/frameworks/Rust/water-http/Cargo.toml +++ b/frameworks/Rust/water-http/Cargo.toml @@ -6,12 +6,12 @@ edition = "2018" [dependencies] askama = "0.14.0" tokio = { version = "1.47.1", features = ["full"] } -water_http = {git = "https://github.com/HassanSharara/water_http.git", branch = "beta", features = ["use_only_http1"],optional = true , version = "3.0.8-beta.5" } +water_http = { version = "3.2.1-beta.14" ,optional = true , features = ["use_only_http1"]} smallvec = "1.15.1" nanorand = "0.8.0" tokio-postgres = "0.7.15" sonic-rs = "0.5.5" -bytes = "1.10.1" +bytes = "1.11.0" serde = { version = "1.0.228", features = ["derive","rc"] } futures-util = "0.3.31" num_cpus = "1.17.0" diff --git a/frameworks/Rust/water-http/benchmark_config.json b/frameworks/Rust/water-http/benchmark_config.json index 2b28f0476a3..db8f9f9c81e 100644 --- a/frameworks/Rust/water-http/benchmark_config.json +++ b/frameworks/Rust/water-http/benchmark_config.json @@ -1,3 +1,4 @@ + { "framework": "water-http", "tests": [ @@ -11,7 +12,7 @@ "update_url": "/updates?q=", "port": 8080, "approach": "Realistic", - "classification": "Micro", + "classification": "Fullstack", "database": "Postgres", "framework": "water_http", "language": "Rust", @@ -30,7 +31,7 @@ "update_url": "/updates?q=", "port": 8080, "approach": "Realistic", - "classification": "Micro", + "classification": "Fullstack", "database": "Postgres", "framework": "water_http", "language": "Rust", @@ -46,7 +47,7 @@ "cached_query_url": "/cached-queries?q=", "port": 8080, "approach": "Realistic", - "classification": "Micro", + "classification": "Fullstack", "database": "Postgres", "framework": "water_http", "language": "Rust", @@ -61,7 +62,7 @@ "json_url": "/json", "port": 8080, "approach": "Realistic", - "classification": "Micro", + "classification": "Fullstack", "framework": "water_http", "language": "Rust", "orm": "raw", @@ -75,7 +76,7 @@ "plaintext_url": "/plaintext", "port": 8080, "approach": "Realistic", - "classification": "Micro", + "classification": "Fullstack", "framework": "water_http", "language": "Rust", "orm": "raw",