facebookresearch / DCPerf

DCPerf benchmark suite for hyperscale cloud applications
MIT License
116 stars 5 forks source link

Enhancement request: Provide db_addr variable in "-r db" in Django #54

Closed CoolBlueSam closed 1 month ago

CoolBlueSam commented 1 month ago

Currently when calling run for django, you are able to specify the db_addr {"db_addr": ""}

However while initializing the db, you cannot do it unless you do it via run.sh script directly (as mentioned in the documentation). Should be easy to add support for this variable for -r db option as well.

excelle08 commented 1 month ago

Thanks for suggesting, sure we will add this option to the Benchpress command.

excelle08 commented 1 month ago

This is done in aa336f1