Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed May 1, 2024
1 parent c94307c commit 3d537f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions tests/execution/async-cache-disabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type User {
- request:
method: GET
url: http://jsonplaceholder.typicode.com/post?id=1
body: null
response:
status: 200
body:
Expand All @@ -36,7 +35,6 @@ type User {
- request:
method: GET
url: http://jsonplaceholder.typicode.com/users/1
body: null
expected_hits: 1
response:
status: 200
Expand Down
3 changes: 0 additions & 3 deletions tests/execution/async-cache-enable-multiple-resolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ type User {
- request:
method: GET
url: http://jsonplaceholder.typicode.com/posts?id=1
body: null
response:
status: 200
body:
Expand All @@ -39,7 +38,6 @@ type User {
- request:
method: GET
url: http://jsonplaceholder.typicode.com/users/1
body: null
expected_hits: 1
response:
status: 200
Expand All @@ -49,7 +47,6 @@ type User {
- request:
method: GET
url: http://jsonplaceholder.typicode.com/taggedUsers/1
body: null
expected_hits: 1
response:
status: 200
Expand Down
2 changes: 0 additions & 2 deletions tests/execution/async-cache-enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type User {
- request:
method: GET
url: http://jsonplaceholder.typicode.com/posts?id=1
body: null
response:
status: 200
body:
Expand All @@ -38,7 +37,6 @@ type User {
- request:
method: GET
url: http://jsonplaceholder.typicode.com/users/1
body: null
expected_hits: 1
response:
status: 200
Expand Down

1 comment on commit 3d537f6

@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 7.53ms 3.59ms 108.47ms 74.35%
Req/Sec 3.37k 266.57 3.76k 86.17%

402790 requests in 30.01s, 2.02GB read

Requests/sec: 13422.44

Transfer/sec: 68.89MB

Please sign in to comment.