Denys Smirnov
Denys Smirnov
The new SDK ([v2.12.0+](https://github.com/bblfsh/sdk/releases/tag/v2.12.0)) will generate a benchmark report (`bench.txt`) during `bblfsh-sdk test -b`. I will now update all drivers that include benchmark fixtures (many thanks to @tsolakoua!). It won't...
@lwsanty will continue to work on this, as discussed on Slack. Specifically, we have a set of Go benchmarks in each driver which can be run using `go test -run=NONE...
:+1: for scheduling a call. `bblfsh/performance` sounds like a good name. Agree about the notifications - they are not that important. The MVP for me is a dashboard with `go...
Also note that one of the considered options is [containerd](https://containerd.io/), which is used by Docker under the hood. It's not as low-level as libcontainer and is more similar to Docker...
Is there anything missing in the sample implementation which prevents merging it upstream?
It's actually very similar to what is described above: mostly passing K8S or other deployment-related variables. So I agree that it might be okay to keep `ClientOptions` as-is. At least...
Please rebase on the latest master - it should fix the CI.
There will be some more changes to generate client code as well, so don't merge yet.
@Serabe I agree with @erizocosmico that logic should match current behavior for global functions. If user wants an interface function with no error, he should be aware that RPC can...
I totally understand what you are saying, and I agree that dropping an error in RPC client is a bad idea, but it's not possible to add an error to...