Skip to content

Commit

Permalink
- line functions
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 committed Oct 15, 2024
1 parent ba3d8fe commit ea4a195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/jit/graphql_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ impl JITExecutor {
Self { app_ctx, req_ctx, operation_id }
}

#[inline(always)]
async fn exec(
&self,
exec: ConstValueExecutor,
Expand All @@ -46,6 +47,7 @@ impl JITExecutor {
}
}

#[inline(always)]
async fn dedupe_and_exec(
&self,
exec: ConstValueExecutor,
Expand Down

1 comment on commit ea4a195

@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.44ms 2.77ms 35.78ms 74.93%
Req/Sec 3.95k 434.40 4.67k 94.67%

471595 requests in 30.02s, 2.36GB read

Requests/sec: 15706.99

Transfer/sec: 80.62MB

Please sign in to comment.