Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
webbdays committed Jun 2, 2024
1 parent de27771 commit 8bc99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/execution/test-js-request-response-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function onRequest({request}) {
```

```graphql @config
schema @server @upstream(onRequest:"onRequest") @link(type: Script, src: "test.js") {
schema @server @upstream(onRequest: "onRequest") @link(type: Script, src: "test.js") {
query: Query
}

Expand Down

1 comment on commit 8bc99cd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running 30s test @ http://localhost:8000/graphql

4 threads and 100 connections

Thread Stats Avg Stdev Max +/- Stdev
Latency 6.62ms 3.11ms 104.26ms 74.12%
Req/Sec 3.83k 213.78 4.21k 89.92%

457441 requests in 30.01s, 2.29GB read

Requests/sec: 15242.85

Transfer/sec: 78.24MB

Please sign in to comment.