Skip to content

Commit

Permalink
- clean up: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 committed Oct 21, 2024
1 parent 63068bd commit 35767e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/core/app_context.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::sync::Arc;

use async_graphql::dynamic::{self, DynamicRequest};
use async_graphql::Response;
use async_graphql_value::ConstValue;
use dashmap::DashMap;

Expand Down
8 changes: 0 additions & 8 deletions src/core/jit/graphql_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ impl JITExecutor {

OPHash::new(hasher.finish())
}

#[inline(always)]
fn req_hash(request: &async_graphql::Request) -> OPHash {
let mut hasher = TailcallHasher::default();
request.query.hash(&mut hasher);

OPHash::new(hasher.finish())
}
}

impl JITExecutor {
Expand Down

1 comment on commit 35767e0

@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 10.08ms 4.49ms 169.96ms 92.12%
Req/Sec 2.53k 273.28 3.10k 89.33%

301967 requests in 30.02s, 1.51GB read

Requests/sec: 10057.63

Transfer/sec: 51.62MB

Please sign in to comment.