Skip to content

Commit

Permalink
fix: compiling tailcall-aws-lambda for musl (#2007)
Browse files Browse the repository at this point in the history
Co-authored-by: Amit Singh <[email protected]>
  • Loading branch information
shashitnak and amitksingh1490 authored May 22, 2024
1 parent b048f7c commit c9851bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
env:
APP_VERSION: ${{ needs.draft_release.outputs.create_release_name }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: cargo lambda build -p tailcall-aws-lambda --release
run: cargo lambda build -p tailcall-aws-lambda --release --target x86_64-unknown-linux-musl

- name: Rename Binary with Target Name
run: |
Expand Down

1 comment on commit c9851bd

@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.83ms 3.54ms 199.34ms 79.23%
Req/Sec 3.73k 213.76 4.07k 93.92%

445160 requests in 30.01s, 2.23GB read

Requests/sec: 14835.92

Transfer/sec: 76.15MB

Please sign in to comment.