summaryrefslogtreecommitdiff
path: root/benchmarks/README
diff options
context:
space:
mode:
authorTaras <voyn1991@gmail.com>2017-10-11 17:41:23 +0300
committerTaras <voyn1991@gmail.com>2017-10-12 11:10:44 +0300
commit0557983b2ae05adc2f1076d5e670d693c8327ab9 (patch)
tree0ae50c93937ae6ea62be5b6f9cf7b2617c789f91 /benchmarks/README
parenta8b25decf1d70e50223ab5c4fe5a122f0a9476ad (diff)
downloadkafka-python-0557983b2ae05adc2f1076d5e670d693c8327ab9.tar.gz
Added specific to record/ folder micro benchmarks to get exact speed change after updating to V2 message format
Diffstat (limited to 'benchmarks/README')
-rw-r--r--benchmarks/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/README b/benchmarks/README
new file mode 100644
index 0000000..369e8b6
--- /dev/null
+++ b/benchmarks/README
@@ -0,0 +1,4 @@
+The `record_batch_*` benchmarks in this section are written using
+``perf`` library, created by Viktor Stinner. For more information on how to get
+reliable results of test runs please consult
+http://perf.readthedocs.io/en/latest/run_benchmark.html.