Skip to content

Commit

Permalink
fix: add comment to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Jan 19, 2024
1 parent 33412d1 commit c18d05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub struct BasicVerifier {
}

impl Verify for BasicVerifier {
/// Verify the request context against the basic auth provider.
async fn verify(&self, req_ctx: &RequestContext) -> Result<(), Error> {
let header = req_ctx.req_headers.typed_get::<Authorization<Basic>>();

Expand Down

1 comment on commit c18d05b

@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.38ms 2.69ms 34.89ms 68.91%
Req/Sec 3.95k 146.72 5.78k 89.42%

471512 requests in 30.02s, 2.36GB read

Requests/sec: 15704.24

Transfer/sec: 80.60MB

Please sign in to comment.