Skip to content

Commit

Permalink
chore: cleanup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed May 14, 2024
1 parent 7c9ab11 commit 94270ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql/tailcall/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
current_dir=$(pwd)
TAILCALL_LOG_LEVEL=error $HOME/.tailcall/bin/tailcall start $current_dir/graphql/tailcall/benchmark.graphql
TAILCALL_LOG_LEVEL=error TC_TRACKER=false $HOME/.tailcall/bin/tailcall start $current_dir/graphql/tailcall/benchmark.graphql
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd graphql/netflix_dgs
cd ../../

# For tailcall:
curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/main/install.sh | bash -s -- v0.34.1
curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/main/install.sh | bash -s -- v0.82.19
export PATH=$PATH:/root/.tailcall/bin

# For caliban
Expand Down

1 comment on commit 94270ff

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Server Requests/sec Latency (ms)
[Caliban] 8,493.81 11.85
[async-graphql] 7,886.84 12.68
[Tailcall] 7,078.97 14.09
[Gqlgen] 2,199.74 47.02
[Apollo GraphQL] 1,843.03 54.10
[Netflix DGS] 1,347.50 79.30

Please sign in to comment.