You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Michael Beckerle (JIRA)" <ji...@apache.org> on 2018/10/23 16:56:00 UTC

[jira] [Updated] (DAFFODIL-1968) Support --stream option for CLI performance command

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

Michael Beckerle updated DAFFODIL-1968:
---------------------------------------
    Priority: Minor  (was: Major)

> Support --stream option for CLI performance command
> ---------------------------------------------------
>
>                 Key: DAFFODIL-1968
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1968
>             Project: Daffodil
>          Issue Type: New Feature
>          Components: CLI
>    Affects Versions: 2.2.0
>            Reporter: Steve Lawrence
>            Priority: Minor
>
> The performance subcommand currently works by creating a ByteBuffer and just repeatedly calling parse on that. In order to test streaming performance we would need to create an InputStream and continuously provide data to it, perhaps via a PipeInput/OutputStream pair or something similar. This only applies when testing parse performance (i.e. having both --stream and --unparse options should be an error).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)