Adam Fowler 0ddbb87df5 Updates for Swift 5.10, Remove Kitura and Perfect (#8960) 1 жил өмнө
..
vapor-default cdeb463a73 Swift vapor async (#6926) 3 жил өмнө
vapor-fluent cdeb463a73 Swift vapor async (#6926) 3 жил өмнө
vapor-mongo 09260478c9 Swift 5.7 and Hummingbird v1.0 (#7941) 2 жил өмнө
vapor-postgres 81adfb7659 [vapor-postgres] Add database updates test (#6938) 3 жил өмнө
vapor-sql-kit cdeb463a73 Swift vapor async (#6926) 3 жил өмнө
.dockerignore b49b34dc9f Improve Swift/Vapor Implementation (#5415) 5 жил өмнө
README.md 09260478c9 Swift 5.7 and Hummingbird v1.0 (#7941) 2 жил өмнө
benchmark_config.json 0ddbb87df5 Updates for Swift 5.10, Remove Kitura and Perfect (#8960) 1 жил өмнө
config.toml 81adfb7659 [vapor-postgres] Add database updates test (#6938) 3 жил өмнө
vapor-fluent.dockerfile 0ddbb87df5 Updates for Swift 5.10, Remove Kitura and Perfect (#8960) 1 жил өмнө
vapor-mongo.dockerfile 0ddbb87df5 Updates for Swift 5.10, Remove Kitura and Perfect (#8960) 1 жил өмнө
vapor-postgres.dockerfile 0ddbb87df5 Updates for Swift 5.10, Remove Kitura and Perfect (#8960) 1 жил өмнө
vapor-sql-kit.dockerfile 0ddbb87df5 Updates for Swift 5.10, Remove Kitura and Perfect (#8960) 1 жил өмнө
vapor.dockerfile 0ddbb87df5 Updates for Swift 5.10, Remove Kitura and Perfect (#8960) 1 жил өмнө

README.md

Vapor Benchmark Test

This is the Vapor portion of a benchmarking tests suite comparing a variety of web development platforms.

Targets

One executable target. Listens on port 8080.

Database

PostgreSQL

Versions

Swift 5.7 Vapor 4

Test URLs: vapor

Plaintext test

http://localhost:8080/plaintext

JSON serialization test

http://localhost:8080/json

Single database query test

http://localhost:8080/db

Multiple database queries test

http://localhost:8080/queries?queries=[1...500]

Database updates test

http://localhost:8080/updates?queries=[1...500]