diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 00:06:16 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 14:29:46 -0700 |
commit | a6be21e7b3a20ce2e25ef26140c43b59cc356f38 (patch) | |
tree | 25a5fcd6f7390e654d715d60e62939ff50ac0454 /benchmarks | |
parent | 477ab740c0c105daef0e8411f95c06ad49f7f782 (diff) | |
download | kafka-python-a6be21e7b3a20ce2e25ef26140c43b59cc356f38.tar.gz |
Update remote urls: snappy, https, etc
Snappy URL was outdated. Similarly, many of these sites now support
https.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/README b/benchmarks/README index 369e8b6..531b789 100644 --- a/benchmarks/README +++ b/benchmarks/README @@ -1,4 +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. +https://perf.readthedocs.io/en/latest/run_benchmark.html. |