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": [] } } ] 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