Commits


Michael A. Smith authored and GitHub committed c01f79f064f
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.