Skip to content

Commit

Permalink
pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Feb 28, 2015
1 parent 47d5703 commit fc80b66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tornadis/benchmark.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
import argparse
import datetime
import itertools
import logging
import math
import sys
import tornadis
import tornado


# logging.basicConfig(level=logging.CRITICAL)


def get_parameters():
parser = argparse.ArgumentParser(
description='Tornadis benchmarking utility', add_help=False)
Expand Down Expand Up @@ -118,7 +114,7 @@ def pipelined_multiple_set(self, client_number):
pipeline = tornadis.Pipeline()
if pipeline.number_of_stacked_calls > 0:
resp_count = yield self._call_pipeline(client, pipeline,
client_number)
client_number)
self.response_count += resp_count

def stop_loop(self, future):
Expand Down

0 comments on commit fc80b66

Please sign in to comment.