diff options
| author | nat-goodspeed <nat@lindenlab.com> | 2018-05-10 13:33:32 -0400 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2018-05-10 20:33:32 +0300 |
| commit | 53b63c66f0d9a7d6ba9182a207529ebd949e95f3 (patch) | |
| tree | 20f8183b373313fd29cf1999557d193de1b36ac0 /benchmarks | |
| parent | 705809f3b2fcf1895a655ccc8c2d26260f27a3de (diff) | |
| download | eventlet-53b63c66f0d9a7d6ba9182a207529ebd949e95f3.tar.gz | |
external dependencies for six, monotonic, dnspython
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/__init__.py | 2 | ||||
| -rw-r--r-- | benchmarks/hub_timers.py | 2 | ||||
| -rw-r--r-- | benchmarks/localhost_socket.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/__init__.py b/benchmarks/__init__.py index 0e3c338..5f1e1d4 100644 --- a/benchmarks/__init__.py +++ b/benchmarks/__init__.py @@ -2,7 +2,7 @@ import gc import timeit import random -from eventlet.support import six +import six def measure_best(repeat, iters, diff --git a/benchmarks/hub_timers.py b/benchmarks/hub_timers.py index f5a2b81..8cd82ae 100644 --- a/benchmarks/hub_timers.py +++ b/benchmarks/hub_timers.py @@ -9,7 +9,7 @@ import random import time from eventlet.hubs import timer, get_hub -from eventlet.support import six +import six timer_count = 100000 diff --git a/benchmarks/localhost_socket.py b/benchmarks/localhost_socket.py index 2c1a658..85401d2 100644 --- a/benchmarks/localhost_socket.py +++ b/benchmarks/localhost_socket.py @@ -4,7 +4,7 @@ from __future__ import print_function import time import benchmarks -from eventlet.support import six +import six BYTES = 1000 |
