Skip to content

Commit

Permalink
Merge branch 'main' into perf/improve-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 authored Nov 4, 2024
2 parents d7cf299 + 30e7617 commit 3b811ef
Show file tree
Hide file tree
Showing 121 changed files with 380 additions and 974 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
with:
target: wasm32-unknown-unknown

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.11.0"

- name: Install Wasm Pack
run: cargo install wasm-bindgen-cli --vers "0.2.92"

Expand Down
2 changes: 1 addition & 1 deletion .nightly/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-06-01"
channel = "nightly-2024-10-20"
profile = "default"
Loading

1 comment on commit 3b811ef

@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.15ms 2.13ms 34.56ms 83.25%
Req/Sec 6.24k 0.90k 8.02k 94.33%

744930 requests in 30.02s, 3.73GB read

Requests/sec: 24815.73

Transfer/sec: 127.37MB

Please sign in to comment.