Andrea

Results 24 comments of Andrea

For 2 we should keep in mind the total req/s in ghz are `concurrency * qps`. Concurrency defaults to 50. We can also play with the number of concurrent requests...

Tracking progress: - [x] Implement configuration options for qps, concurrent requests and number of connections: #80 - [ ] Implement multiple `bench.sh` scenarios

blocked by https://github.com/nfultz/grpc/issues/35

Thanks for the answer. Currently the benchmark client is opening 5 connections and in each connection it performs 10 requests in parallel. Can this be the problem?

Thanks for the quick response! I've played around with different images and when using `dlang2/ldc-ubuntu:1.22.0` the server doesn't crash anymore. My only remaining issue is that `ghz` is complaining about...

merged #12164 tackling the introduction of `FlatStorageResharder` and simple key splitting

merged #12223 to handle all key types

It appears #11323 has been put on hold due to an expected issue. Furthermore, this code has been changed a lot as a consequence of #11179. At first glance I...

After an initial investigation I propose here the following plan in order to port the telemetry infrastructure into N1. ### First milestone - feature parity: - [x] Setup a Postgres...

Update as of Fri May 10: - Created a page in outline for this project: [link](https://nearone.getoutline.com/doc/telemetry-backend-in-nearone-XKP9rzm03d). - Fleshed out the implementation plan and the design. - Progress made on the...