Nate 0096f84ee9 Config for the new toolset (#6259) 4 years ago
..
src 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) 4 years ago
README.md 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) 4 years ago
benchmark_config.json 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) 4 years ago
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 years ago
docker-compose.yml 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) 4 years ago
postgresql.dockerfile 6e0b3bbacf Add Haskell/PostgREST Implementation (#6162) 4 years ago
postgrest.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 years ago

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