summaryrefslogtreecommitdiff
path: root/benchmarks/basic_operations.py
diff options
context:
space:
mode:
authorRoey Prat <roey.prat@redislabs.com>2018-10-17 15:28:23 +0300
committerRoey Prat <roey.prat@redislabs.com>2018-10-28 12:12:54 +0200
commit07eacf3ba5e5f87bafe992a51e04971ee0fd8b12 (patch)
tree201e59462f49464a9538a328d98f1586a0c41acb /benchmarks/basic_operations.py
parent1f2eaf31f29e6003179404b23c6ae4ab187595b4 (diff)
downloadredis-py-07eacf3ba5e5f87bafe992a51e04971ee0fd8b12.tar.gz
pycodestyle changes in benchmarking
Diffstat (limited to 'benchmarks/basic_operations.py')
-rw-r--r--benchmarks/basic_operations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/basic_operations.py b/benchmarks/basic_operations.py
index 2f1e9f4..c50a610 100644
--- a/benchmarks/basic_operations.py
+++ b/benchmarks/basic_operations.py
@@ -195,5 +195,6 @@ def hmset(conn, num, pipeline_size, data_size):
if pipeline_size > 1:
conn.execute()
+
if __name__ == '__main__':
run()