intel-cloud / cosbench

a benchmark tool for cloud object storage service
Other
573 stars 242 forks source link

Add authentication caching support #154

Closed tsg- closed 9 years ago

tsg- commented 10 years ago

COSbench currently uses as many authentication threads as number of workers at each stage. Each authentication thread performs identical operation and in return receives the same authentication token. In most cases, this is not needed - one authentication worker is enough to obtain auth token and remaining workers can reuse the same.

tsg- commented 10 years ago

This will build on commits c1de48604d5f6b54f344eef6a8df6294b1275b6f (Perform authentication once and cache token) and 9536e122237ab5221e67cf98ad673ae789d7f166 (avoid being challenged for each request)

ywang19 commented 9 years ago

Fixed through commit 257e9753c214fa48a1d6f963ddb7bbb199f05490.