You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2015/04/28 02:55:05 UTC

[jira] [Assigned] (AURORA-1283) Implement a benchmark for status update processing throughput.

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

Benjamin Mahler reassigned AURORA-1283:
---------------------------------------

    Assignee: Benjamin Mahler

> Implement a benchmark for status update processing throughput.
> --------------------------------------------------------------
>
>                 Key: AURORA-1283
>                 URL: https://issues.apache.org/jira/browse/AURORA-1283
>             Project: Aurora
>          Issue Type: Task
>          Components: Stress Testing
>            Reporter: Benjamin Mahler
>            Assignee: Benjamin Mahler
>
> In order to guide changes for improving status update throughput, a throughput benchmark can provide the data needed to justify structural changes to the code.
> JMH seems to easily support benchmarks in which "synchronous" methods are called concurrently from multiple threads (which works for the current synchronous update code), but it is a bit trickier to leverage JMH for "asynchronous" code (if we were to process updates asynchronously, we become less interested in how long the {{statusUpdate(...)}} call takes, and more interested in the overall time it takes to process large numbers of updates).



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