Commit aece5cb1 authored by Alan Mitchell's avatar Alan Mitchell
Browse files

Removed post query delay.

Having that delay will inflate the estimate of the post rate for the
period the query was occurring.
parent eaa44f76
......@@ -123,7 +123,6 @@ if __name__ == '__main__':
time.sleep(rdg_delay)
print results_time()
time.sleep(2)
t_elapsed = time.time() - tstart
total_reads = 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment