Merge lp:~erwan-t/sysbench/sysbench into lp:sysbench
Proposed by
Erwan Velu
Status: | Merged |
---|---|
Approved by: | Alexey Kopytov |
Approved revision: | 123 |
Merged at revision: | 123 |
Proposed branch: | lp:~erwan-t/sysbench/sysbench |
Merge into: | lp:sysbench |
Diff against target: |
24 lines (+2/-2) 1 file modified
sysbench/tests/memory/sb_memory.c (+2/-2) |
To merge this branch: | bzr merge lp:~erwan-t/sysbench/sysbench |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexey Kopytov | Approve | ||
Review via email:
|
Description of the change
This patch insure that no code that could consume CPU is between the LOG_EVENT_START and the working loop.
In the current code, a random calculation was done after the LOG_EVENT_START was setup. If for any reason this random thing is taking some time, then the complete result will be inaccurate.
To post a comment you must log in.
Thank you.