-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I try to run sledge to reproduce the concurrency result of the paper. But when worker core go with linear increasing, the throughput stay still.
I try to open some log commented out in Makefile or add some log to sledge, such as LOG_HTTP_PARSER, found that all work cores indeed do the computing. It seems like some critical resources can only allocate to these workers per unit time. It troubles me some time. I would be grateful if I could get some suggestions.
I do the experiment as such below:
Run sledge:
LD_LIBRARY_PATH="$(pwd):$LD_LIBRARY_PATH" ./sledgert ../experiments/concurrency/spec.json
In other termial,Run hey client:
experiment_client 127.0.0.1 /sledge-serverless-framework/runtime/experiments/concurrency/res
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels