You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by "Werner Keil (JIRA)" <ji...@apache.org> on 2015/11/30 10:52:11 UTC

[jira] [Assigned] (DMAP-106) Add JMH-based benchmark module for the Java client

     [ https://issues.apache.org/jira/browse/DMAP-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Werner Keil reassigned DMAP-106:
--------------------------------

    Assignee: Werner Keil  (was: Reza Naghibi)

> Add JMH-based benchmark module for the Java client
> --------------------------------------------------
>
>                 Key: DMAP-106
>                 URL: https://issues.apache.org/jira/browse/DMAP-106
>             Project: DeviceMap
>          Issue Type: Improvement
>          Components: Java Client
>    Affects Versions: 1.1.0 Java
>            Reporter: Volkan Yazıcı
>            Assignee: Werner Keil
>             Fix For: 1.1.1 Java
>
>         Attachments: benchmark.diff
>
>
> The patch in the attachment, creates a benchmark for the {{DeviceMapClient.classify()}} method using JMH toolkit. After applying the patch, you can use it as follows:
> {code}
> $ mvn clean install
> $ export userAgentFile=/path/to/user-agents.txt
> $ java \
>     -jar devicemap/java/classifier-benchmark/target/devicemap-client-benchmark.jar \
>     -jvmArgsAppend "-server -XX:+TieredCompilation -XX:+AggressiveOpts -Xms1024m -Xmx4096m -DuserAgentFile=$userAgentFile" \
>     -wi 5 -i 5 -bm avgt -tu ms -f 3 \
>     ".*DeviceMapClientBenchmark.*"
> {code}
> Note that this is the first public release, hence no documentations yet.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)