[ 
https://issues.apache.org/jira/browse/HBASE-11000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974280#comment-13974280
 ] 

Enis Soztutar commented on HBASE-11000:
---------------------------------------

+1 for hbase-10070 branch. 
This looks like a typo, you might want to fix: 
{code}
-        latency.update(System.currentTimeMillis() - startTime);
+        latency.update((System.nanoTime() - startTime) / 100000);
{code}
100K instead of 1M. 

> Add autoflush option to PerformanceEvaluation
> ---------------------------------------------
>
>                 Key: HBASE-11000
>                 URL: https://issues.apache.org/jira/browse/HBASE-11000
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.99.0
>            Reporter: Nicolas Liochon
>            Assignee: Nicolas Liochon
>            Priority: Minor
>             Fix For: 0.99.0
>
>         Attachments: 11000.v1.patch
>
>
> includes some very minor cleanup....



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to