@@ -117,7 +117,7 @@ app.register(mercuriusValidation, {
117117 }
118118})
119119
120- app .listen (3000 )
120+ app .listen ({ port : 3000 } )
121121```
122122
123123### Validation with the GraphQL ` @constraint ` directive
@@ -187,7 +187,7 @@ app.register(mercurius, {
187187})
188188app .register (mercuriusValidation)
189189
190- app .listen (3000 )
190+ app .listen ({ port : 3000 } )
191191```
192192
193193## Benchmarks
@@ -197,7 +197,7 @@ app.listen(3000)
197197Last run: ` 2021-09-27 `
198198
199199``` text
200- Running 10s test @ http://localhost :3000/graphql
200+ Running 10s test @ http://127.0.0.1 :3000/graphql
201201100 connections
202202
203203┌─────────┬──────┬──────┬───────┬───────┬─────────┬─────────┬───────┐
@@ -223,7 +223,7 @@ Req/Bytes counts sampled once per second.
223223Last run: ` 2021-09-27 `
224224
225225``` text
226- Running 10s test @ http://localhost :3000/graphql
226+ Running 10s test @ http://127.0.0.1 :3000/graphql
227227100 connections
228228
229229┌─────────┬──────┬──────┬───────┬───────┬─────────┬─────────┬───────┐
@@ -249,7 +249,7 @@ Req/Bytes counts sampled once per second.
249249Last run: ` 2021-09-27 `
250250
251251``` text
252- Running 10s test @ http://localhost :3000/graphql
252+ Running 10s test @ http://127.0.0.1 :3000/graphql
253253100 connections
254254
255255┌─────────┬───────┬───────┬───────┬────────┬──────────┬──────────┬────────┐
@@ -275,7 +275,7 @@ Req/Bytes counts sampled once per second.
275275Last run: ` 2021-09-27 `
276276
277277``` text
278- Running 10s test @ http://localhost :3000/graphql
278+ Running 10s test @ http://127.0.0.1 :3000/graphql
279279100 connections
280280
281281┌─────────┬───────┬───────┬───────┬────────┬──────────┬──────────┬────────┐
0 commit comments