Nate 0096f84ee9 Config for the new toolset (#6259) 4 years ago
..
servant-tfb e64c452fdb Fix haskell fortune routes (#5845) 5 years ago
README.md 96c57363af Add new servant benchmark: mysql-haskell (#4550) 6 years ago
benchmark_config.json e64c452fdb Fix haskell fortune routes (#5845) 5 years ago
cabal.project c792dfe6e7 Change servant benchmarks to be more idiomatic (#5098) 5 years ago
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 years ago
servant-beam.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 years ago
servant-psql-simple.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 years ago
servant.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 years ago

README.md

Servant

This is the servant implementation of a benchmarking test suite comparing a variety of web development platforms.

Since servant is strictly a routing layer to typed function, it is upto the user to pick their persistance layer and data flow. Therefore we have multiple distinct implementations using different database backends/libraries.