Skip to content

Commit

Permalink
Remove ikiga
Browse files Browse the repository at this point in the history
  • Loading branch information
theLastOfCats committed Jul 5, 2024
1 parent 473cc79 commit 450caa5
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion frameworks/Swift/vapor/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
"query_url": "/queries?queries=",
"update_url": "/updates?queries=",
"fortune_url": "/fortunes",
"database": "Postgres",
"orm": "Micro",
"port": 8080,
"approach": "Realistic",
"classification": "Fullstack",
Expand All @@ -113,7 +115,7 @@
"database_os": "Linux",
"display_name": "Vapor",
"notes": "",
"versus": "swift-nio"
"versus": "None"
}
}]
}
2 changes: 1 addition & 1 deletion frameworks/Swift/vapor/vapor-swifql.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM swift:5.10 as build
WORKDIR /build

# Copy entire repo into container
COPY ./vapor-swifql-ikiga .
COPY ./vapor-swifql .

# Compile with optimizations
RUN swift build \
Expand Down

0 comments on commit 450caa5

Please sign in to comment.