From 2a1fa1dec39861734c1221ddeaa6368748025fca Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Fri, 3 Apr 2020 13:13:04 +0200 Subject: [PATCH] Allow to disable HTTP compression for all queries With this commit we expand the support added in #941 so that not only scroll queries can take advantage but also regular queries. Relates #941 --- docs/track.rst | 2 +- esrally/driver/runner.py | 20 ++++++------- tests/driver/runner_test.py | 56 ++++++++++++++++++++++--------------- 3 files changed, 44 insertions(+), 34 deletions(-) diff --git a/docs/track.rst b/docs/track.rst index c2449104e..e2df75f59 100644 --- a/docs/track.rst +++ b/docs/track.rst @@ -402,10 +402,10 @@ With the operation type ``search`` you can execute `request body searches