From d12f645ae172019960ae0796769c6ec07b5ae883 Mon Sep 17 00:00:00 2001 From: Joan Miquel Date: Sat, 21 Feb 2026 11:00:16 +0100 Subject: [PATCH 1/2] [rust/water-http] Marked as Stripped --- frameworks/Rust/water-http/benchmark_config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frameworks/Rust/water-http/benchmark_config.json b/frameworks/Rust/water-http/benchmark_config.json index 307150432b6..f0c592a58e6 100644 --- a/frameworks/Rust/water-http/benchmark_config.json +++ b/frameworks/Rust/water-http/benchmark_config.json @@ -13,7 +13,7 @@ "update_url": "/updates?q=", "cached_query_url": "/cached-queries?q=", "port": 8080, - "approach": "Realistic", + "approach": "Stripped", "classification": "Fullstack", "database": "Postgres", "framework": "water_http", @@ -23,7 +23,8 @@ "webserver": "water_http", "os": "Linux", "database_os": "Linux", - "display_name": "water_http" + "display_name": "water_http", + "tags": [] } } ] From 581f3dfe8a0cadf8544524a0e35891d798e2d0c5 Mon Sep 17 00:00:00 2001 From: Joan Miquel Date: Sat, 21 Feb 2026 11:02:10 +0100 Subject: [PATCH 2/2] Delete unnecessary dockerfile --- .../Rust/water-http/water-http-cached.dockerfile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 frameworks/Rust/water-http/water-http-cached.dockerfile diff --git a/frameworks/Rust/water-http/water-http-cached.dockerfile b/frameworks/Rust/water-http/water-http-cached.dockerfile deleted file mode 100644 index a8486fdaa52..00000000000 --- a/frameworks/Rust/water-http/water-http-cached.dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM rust:1.93 - -RUN apt-get update -yqq && apt-get install -yqq cmake g++ - -WORKDIR /water -COPY . . -RUN cargo clean -RUN RUSTFLAGS="-C target-cpu=native" cargo build --release --bin cache --features cache - -EXPOSE 8080 - -CMD ./target/release/cache \ No newline at end of file