Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Oct 2, 2024
1 parent 98e775b commit 89ac497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/jit/graphql_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl JITExecutor {
fn req_hash(request: &async_graphql::Request) -> OPHash {
let mut hasher = TailcallHasher::default();
request.query.hash(&mut hasher);

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

1 comment on commit 89ac497

@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 4.95ms 2.19ms 34.12ms 76.00%
Req/Sec 5.13k 571.85 6.07k 93.25%

613503 requests in 30.04s, 829.50MB read

Requests/sec: 20420.98

Transfer/sec: 27.61MB

Please sign in to comment.