Skip to content

Commit

Permalink
chore: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jun 7, 2024
1 parent 345785d commit 790c297
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
---
source: tests/core/spec.rs
expression: client
expression: formatted
---
scalar Bytes

scalar Date

scalar Email

scalar Empty

scalar Int128

scalar Int16

scalar Int32

scalar Int64

scalar Int8

scalar JSON

scalar PhoneNumber
Expand All @@ -17,6 +29,16 @@ type Query {
foo: String
}

scalar UInt128

scalar UInt16

scalar UInt32

scalar UInt64

scalar UInt8

scalar Url

schema {
Expand Down

1 comment on commit 790c297

@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.65ms 3.12ms 90.81ms 73.63%
Req/Sec 3.81k 191.04 4.86k 93.25%

454640 requests in 30.02s, 2.28GB read

Requests/sec: 15145.82

Transfer/sec: 77.74MB

Please sign in to comment.