[
https://issues.apache.org/jira/browse/AVRO-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17179721#comment-17179721
]
ASF subversion and git services commented on AVRO-2917:
-------------------------------------------------------
Commit c01f79f064ffaf489bfea106defce22e2fc66e6b in avro's branch
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=c01f79f ]
AVRO-2917 Refactor Python avro.test.av_bench (#945)
- Make it Python 3 compatible.
- Take advantage of the benchmarking features of the timeit module.
- Avoid benchmarking things unrelated to avro, such as random data
generation and file management.
- Use tempfile instead of a hard-coded filename.
> Update python avro.test.av_bench
> --------------------------------
>
> Key: AVRO-2917
> URL: https://issues.apache.org/jira/browse/AVRO-2917
> Project: Apache Avro
> Issue Type: Task
> Components: python
> Reporter: Michael A. Smith
> Priority: Major
>
> avro.test.av_bench is outdated and runs in python 2 only. It is also a manual
> implementation of a timing-based benchmark and may benefit from being
> reimplemented in Python's built-in timeit module, which has several features
> to make benchmarks more consistent and reliable.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)