Nate 623418289e Some QoL Stuff (#5604) 5 years ago
..
servant-tfb c792dfe6e7 Change servant benchmarks to be more idiomatic (#5098) 6 years ago
README.md 96c57363af Add new servant benchmark: mysql-haskell (#4550) 6 years ago
benchmark_config.json 2d9b618c99 D, Dart, Elixer, Erlang, Haskell, Go broken tests (#5302) 6 years ago
cabal.project c792dfe6e7 Change servant benchmarks to be more idiomatic (#5098) 6 years ago
servant-beam.dockerfile 623418289e Some QoL Stuff (#5604) 5 years ago
servant-psql-simple.dockerfile 623418289e Some QoL Stuff (#5604) 5 years ago
servant.dockerfile 623418289e Some QoL Stuff (#5604) 5 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.