Skip to content

Commit

Permalink
fix(deps): bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Sep 28, 2024
1 parent 4a251c8 commit fc64d2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/auth/verification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ use std::cmp::max;
use super::error::Error;

///
/// Represents the result of the auth verification process.
/// Represents the result of the auth verification process. It can either
/// succeed or fail with an Error.
#[derive(Clone, PartialEq, Debug)]
pub enum Verification {
Succeed,
Expand Down

1 comment on commit fc64d2f

@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.90ms 4.71ms 137.65ms 88.67%
Req/Sec 2.13k 257.60 2.84k 85.92%

254800 requests in 30.04s, 1.28GB read

Requests/sec: 8483.36

Transfer/sec: 43.54MB

Please sign in to comment.