-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: tailcall added #210
feat: tailcall added #210
Conversation
Benchmarks running on sangria stucks
Where can we see the benchmark results? |
|
This cases error sometimes ``` /home/runner/work/benchmarks/benchmarks/graphql-ruby: command 'bundle' failed with exit code 1 ```
"2", | ||
"-b", | ||
"tcp://127.0.0.1:8000", | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why should we disable graphql-ruby?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't disable but reordered it
"-Xmx4G", | ||
"-jar", | ||
"./target/scala-2.13/sangria-assembly-0.1.0-SNAPSHOT.jar", | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why should we disable sangria?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check this one, it just halts there on sangria
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jgillich could comment on it.
"-b", | ||
"tcp://127.0.0.1:8000", | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why re-order the servers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check this one Action
Also quite some more PR's have been failed due to this
/home/runner/work/benchmarks/benchmarks/graphql-ruby: command 'bundle' failed with exit code 1
So I reordered it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But I'm not quite sure, that reordering can fix that problem all time.
For reference here is the generated README.md Results
|
I'd prefer an installation method that uses a fixed version. Can we switch to installing from npm via a package.json instead? Thanks |
name: tailcall | ||
url: https://github.com/tailcallhq/tailcall | ||
lang: No Code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust
Hmm, the @tailcallhq/tailcall package does nothing for me. And when I try to install it directly, I get an error:
|
Added Tailcall