delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
752 stars 419 forks source link

Fix Missing Requests from Logs #277

Closed gmatthew closed 1 year ago

gmatthew commented 1 year ago

The current implementation omits the last index of the recorded completed requests for a thread. This causes the total number of requests written to the log files to be short by one request per thread. The number of requests missing from the log is equivalent to the number of threads used.

This change corrects the bug and allows for all the completed requests to be logged accurately to match the total number of completed requests.