Fixes minor typo on architecture/live-queries.md

This commit is contained in:
Tanmai Gopal 2019-05-23 09:59:04 -07:00 committed by GitHub
parent 39d8605d3e
commit 0a4cf25f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ Please do note that we have drivers internally for other event based methods and
## Testing
Testing scalability & reliability for live-queries with websockets has been a challenge. It took us a few weeks to build the testing suite and the infra automation tooling. This is what the setup looks like:
1. A nodejs script that runs a large number of GraphQL live-query clients and logs events in memory which are later ingested into a database. [github](https://github.com/hasura/subscription-benchmark)
1. A nodejs script that runs a large number of GraphQL live-query clients and logs events in memory which are later ingested into a database. [\[github\]](https://github.com/hasura/subscription-benchmark)
1. A script that creates a write load on the database that causes changes across all clients running their live queries (1 million rows are updated every second)