mirror of https://github.com/mahmoud/boltons.git
disable gcutils time checking, too variable
This commit is contained in:
parent
f0b496f70e
commit
e85bc3051a
|
@ -31,4 +31,4 @@ if '__pypy__' not in sys.builtin_module_names:
|
|||
x = [{} for x in range(COUNT)]
|
||||
with_gc_time = time.time() - start
|
||||
|
||||
assert no_gc_time < with_gc_time
|
||||
time_diff = no_gc_time < with_gc_time
|
||||
|
|
Loading…
Reference in New Issue