summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Rename README to README.md (#2055)qhzxc00152020-05-261-0/+0
| | | rename
* Use print() function in both Python 2 and Python 3Christian Clauss2020-02-051-3/+4
|
* Fix benchmarks to use pyperfCarson Ip2020-02-054-13/+13
|
* Fix typosCarson Ip2019-11-081-1/+1
|
* Fixups to benchmark scripts for py3 / new KafkaFixture interfacebenchmark_fixupsDana Powers2019-03-302-4/+4
|
* Vendor `six` consistentlyJeff Widman2018-10-223-3/+7
| | | | Use vendored `six`, and also `six.moves.range` rather than `xrange`
* Update remote urls: snappy, https, etcJeff Widman2018-10-221-1/+1
| | | | | Snappy URL was outdated. Similarly, many of these sites now support https.
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵Taras Voinarovskyi2017-10-253-2/+449
| | | | | (#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.
* Added minor fixes for PR reviewTaras2017-10-122-9/+13
|
* Added specific to record/ folder micro benchmarks to get exact speed change ↵Taras2017-10-123-0/+155
| | | | after updating to V2 message format
* Adapt benchmark scripts from https://github.com/mrafayaleem/kafka-jythonbenchmarksDana Powers2016-07-162-0/+337
|
* Move load_example.py to benchmarks/Dana Powers2016-07-161-0/+65