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

Dawid Wysakowicz commented on FLINK-19440:
------------------------------------------

It's not easy to tell. Increasing the number of records will increase the 
throughput, because of the initialization in the first record. 

However, from my investigation in the code, the hot path in Avro 1.10 also has 
some new code that will result in slower performance (additonal checks and more 
complex instantiation logic for SpecificRecords - I checked that under a 
profiler).
Therefore as far as I can tell there is a regression on hot path in Avro 1.10.

> Performance regression on 15.09.2020
> ------------------------------------
>
>                 Key: FLINK-19440
>                 URL: https://issues.apache.org/jira/browse/FLINK-19440
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Type Serialization System, Benchmarks
>    Affects Versions: 1.12.0
>            Reporter: Piotr Nowojski
>            Assignee: Dawid Wysakowicz
>            Priority: Blocker
>         Attachments: jmh-result.csv
>
>
> {{serializerAvro}} benchmark is showing a regression on 15.09.2020:
> http://codespeed.dak8s.net:8000/timeline/?ben=serializerAvro&env=2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to