diff --git a/.github/workflows/core-benchmarks.yml b/.github/workflows/core-benchmarks.yml index 69364d1..f479746 100644 --- a/.github/workflows/core-benchmarks.yml +++ b/.github/workflows/core-benchmarks.yml @@ -167,7 +167,7 @@ jobs: int main() { vix::App app; - app.get("/health", [](vix::Request&, vix::ResponseWrapper&) {}); + app.get("/health", [](vix::Request&, vix::Response&) {}); return 0; } EOF