@@ -117,7 +117,7 @@ app.register(mercuriusValidation, {
117
117
}
118
118
})
119
119
120
- app .listen (3000 )
120
+ app .listen ({ port : 3000 } )
121
121
```
122
122
123
123
### Validation with the GraphQL ` @constraint ` directive
@@ -187,7 +187,7 @@ app.register(mercurius, {
187
187
})
188
188
app .register (mercuriusValidation)
189
189
190
- app .listen (3000 )
190
+ app .listen ({ port : 3000 } )
191
191
```
192
192
193
193
## Benchmarks
@@ -197,7 +197,7 @@ app.listen(3000)
197
197
Last run: ` 2021-09-27 `
198
198
199
199
``` text
200
- Running 10s test @ http://localhost :3000/graphql
200
+ Running 10s test @ http://127.0.0.1 :3000/graphql
201
201
100 connections
202
202
203
203
┌─────────┬──────┬──────┬───────┬───────┬─────────┬─────────┬───────┐
@@ -223,7 +223,7 @@ Req/Bytes counts sampled once per second.
223
223
Last run: ` 2021-09-27 `
224
224
225
225
``` text
226
- Running 10s test @ http://localhost :3000/graphql
226
+ Running 10s test @ http://127.0.0.1 :3000/graphql
227
227
100 connections
228
228
229
229
┌─────────┬──────┬──────┬───────┬───────┬─────────┬─────────┬───────┐
@@ -249,7 +249,7 @@ Req/Bytes counts sampled once per second.
249
249
Last run: ` 2021-09-27 `
250
250
251
251
``` text
252
- Running 10s test @ http://localhost :3000/graphql
252
+ Running 10s test @ http://127.0.0.1 :3000/graphql
253
253
100 connections
254
254
255
255
┌─────────┬───────┬───────┬───────┬────────┬──────────┬──────────┬────────┐
@@ -275,7 +275,7 @@ Req/Bytes counts sampled once per second.
275
275
Last run: ` 2021-09-27 `
276
276
277
277
``` text
278
- Running 10s test @ http://localhost :3000/graphql
278
+ Running 10s test @ http://127.0.0.1 :3000/graphql
279
279
100 connections
280
280
281
281
┌─────────┬───────┬───────┬───────┬────────┬──────────┬──────────┬────────┐
0 commit comments