Skip to content

Commit

Permalink
fix: update blueprint test
Browse files Browse the repository at this point in the history
  • Loading branch information
karatakis committed Sep 23, 2024
1 parent bab6526 commit 9e401c9
Showing 1 changed file with 24 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down Expand Up @@ -134,8 +136,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down Expand Up @@ -209,8 +213,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down Expand Up @@ -288,8 +294,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down Expand Up @@ -683,8 +691,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down Expand Up @@ -744,8 +754,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down Expand Up @@ -842,8 +854,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down Expand Up @@ -915,8 +929,10 @@ Index {
query_encoder: RepeatedKey,
},
group_by: None,
dl_id: None,
http_filter: None,
dl_id: None,
http_client_id: None,
proxy: None,
},
),
),
Expand Down

1 comment on commit 9e401c9

@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 11.51ms 3.85ms 107.99ms 82.03%
Req/Sec 2.20k 240.46 2.86k 86.50%

262393 requests in 30.04s, 1.32GB read

Requests/sec: 8733.74

Transfer/sec: 44.83MB

Please sign in to comment.