hyperledger-archives / fabric

THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted
https://gerrit.hyperledger.org/
Apache License 2.0
1.17k stars 1.01k forks source link

busywork: Performance timer overflows #2379

Closed bcbrock closed 8 years ago

bcbrock commented 8 years ago

Description

Sam Ding reported an issue showing that on longs runs, the busywork timer would overflow, and busywork would report negative throughput. This makes sense because the current timer is a microsecond timer, which will overflow (at 32 bits) after a couple thousand seconds. The timing methodology needs to be improved.

christo4ferris commented 8 years ago

@bcbrock Thanks for submitting this issue. However, we have transitioned issue tracking to Jira https://jira.hyperledger.org/ Please transfer this issue there and then close this one. Thanks!

bcbrock commented 8 years ago

Transferred to Jira (as link)