Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename README to README.md (#2055) | qhzxc0015 | 2020-05-26 | 1 | -0/+0 |
| | | | rename | ||||
* | Use print() function in both Python 2 and Python 3 | Christian Clauss | 2020-02-05 | 1 | -3/+4 |
| | |||||
* | Fix benchmarks to use pyperf | Carson Ip | 2020-02-05 | 4 | -13/+13 |
| | |||||
* | Fix typos | Carson Ip | 2019-11-08 | 1 | -1/+1 |
| | |||||
* | Fixups to benchmark scripts for py3 / new KafkaFixture interfacebenchmark_fixups | Dana Powers | 2019-03-30 | 2 | -4/+4 |
| | |||||
* | Vendor `six` consistently | Jeff Widman | 2018-10-22 | 3 | -3/+7 |
| | | | | Use vendored `six`, and also `six.moves.range` rather than `xrange` | ||||
* | Update remote urls: snappy, https, etc | Jeff Widman | 2018-10-22 | 1 | -1/+1 |
| | | | | | Snappy URL was outdated. Similarly, many of these sites now support https. | ||||
* | Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵ | Taras Voinarovskyi | 2017-10-25 | 3 | -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 review | Taras | 2017-10-12 | 2 | -9/+13 |
| | |||||
* | Added specific to record/ folder micro benchmarks to get exact speed change ↵ | Taras | 2017-10-12 | 3 | -0/+155 |
| | | | | after updating to V2 message format | ||||
* | Adapt benchmark scripts from https://github.com/mrafayaleem/kafka-jythonbenchmarks | Dana Powers | 2016-07-16 | 2 | -0/+337 |
| | |||||
* | Move load_example.py to benchmarks/ | Dana Powers | 2016-07-16 | 1 | -0/+65 |