Skip to content

Commit

Permalink
fix: js build on some architectures (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 authored May 14, 2024
1 parent c053851 commit d78439c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ jobs:
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-musl
features: --no-default-features --features cli
libc: musl
cross: true

Expand All @@ -278,15 +277,13 @@ jobs:
os: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-musl
features: --no-default-features --features cli
libc: musl
cross: true

- build: linux-ia32-gnu
os: ubuntu-latest
rust: stable
target: i686-unknown-linux-gnu
features: --no-default-features --features cli
libc: glibc
cross: true

Expand All @@ -312,15 +309,13 @@ jobs:
os: windows-latest
rust: stable
target: x86_64-pc-windows-gnu
features: --no-default-features --features cli
libc: glibc
ext: ".exe"

- build: win32-arm64-msvc
os: windows-latest
rust: stable
target: aarch64-pc-windows-msvc
features: --no-default-features --features cli
libc: msvc
ext: ".exe"

Expand Down

1 comment on commit d78439c

@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.93ms 3.37ms 127.05ms 74.30%
Req/Sec 3.66k 197.31 3.95k 90.92%

437092 requests in 30.01s, 2.19GB read

Requests/sec: 14564.26

Transfer/sec: 74.75MB

Please sign in to comment.