delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
733 stars 404 forks source link

Social Network Stable Version #256

Open supreethkurpad opened 1 year ago

supreethkurpad commented 1 year ago

I am currently using the socialNetwork application via Helm on Kubernetes to run performance benchmarks.

I see that when the application is deployed using Helm, new posts created via the frontend are not being displayed; but when deployed with Docker compose, the application works as expected.

This issue is present on version 0.0.10 and 0.0.1. Is there any stable version of DeathStarBench that can be used for running performance tests?

Thanks in advance!

przmk0 commented 1 year ago

@supreethkurpad thanks for reporting the issue, in our case we're running python init script to generate sample posts - https://github.com/delimitrou/DeathStarBench/blob/master/socialNetwork/scripts/init_social_graph.py

Can you give it a try and see if issue is still present?