radish icon indicating copy to clipboard operation
radish copied to clipboard

Suggestion

Open fafg opened this issue 9 months ago • 3 comments

Could you benchmark against www.dragonflydb.io?

fafg avatar Apr 25 '24 14:04 fafg

Want to run benchmarks for sure! What's the ideal way to do this? Is there any standard practice?

Dhravya avatar Apr 25 '24 17:04 Dhravya

I would start instrumenting your code by implement the metrics (OpenTelemtry), then you will be able to understand how your project behaves.

With that in place, you can write some K6 load tests and execute the same scripts against different projects: Redis, Valkey, and DragonflyDB.

I would start that with docker-compose as well, before a remote test.

fafg avatar Apr 25 '24 18:04 fafg

Prometheus, Grafana, K6, Golang Open Telemtry SDK and Docker

fafg avatar Apr 25 '24 19:04 fafg