Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 961 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 961 Bytes

Benchmarking avro in python 3


Comparing 2 common Apache Avro implementations in python 3:

Tests have been done with python3.7 and python3.8 interpreters, maybe more would be tested later.

avro_benchmarking

What is really relevent for us in the tables above, is the number of operations performed per unit of time (kops/s). The 2 plots below show the performace of the 2 libraries with different python versions:

Encoders Benchmark Decoders Benchmark
encoders-benchmark_plot decoders-benchamrk_plot

I share the benchmarking raw results under reports.