Joan Miquel d45623e129 [postgrest] Fix build (#7342) il y a 3 ans
..
src 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) il y a 4 ans
README.md 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) il y a 4 ans
benchmark_config.json 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) il y a 4 ans
config.toml 0096f84ee9 Config for the new toolset (#6259) il y a 4 ans
docker-compose.yml 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) il y a 4 ans
postgresql.dockerfile 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) il y a 4 ans
postgrest.conf d45623e129 [postgrest] Fix build (#7342) il y a 3 ans
postgrest.dockerfile d45623e129 [postgrest] Fix build (#7342) il y a 3 ans

README.md

PostgREST Benchmarking Test

Test Type Implementation Source Code

Important Libraries

The tests were run with:

  • docker-compose down && docker-compose build && docker-compose up

Test URLs

JSON

http://localhost:3000/rpc/json

PLAINTEXT

http://localhost:3000/rpc/plaintext

DB

http://localhost:3000/rpc/db

QUERY

http://localhost:3000/rpc/query?queries=

CACHED QUERY Not Implemented

http://localhost:8080/cached_query?queries=

UPDATE Not Implemented

http://localhost:3000/rpc/update?queries=

FORTUNES

http://localhost:3000/rpc/fortunes.html