phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
51 stars 9 forks source link

It takes too long to generate a new RPC binding #153

Open crazyboycjr opened 2 years ago

crazyboycjr commented 2 years ago

Building the serialization engine for the first time on a new connection takes too long. Most of the benchmarks have a default timeout. This causes the benchmark to fail on its first run. And later run will not try to rebuild the serialization engine if the build was interrupted or failed again due to another issue #152.